Skip to content

Commit

Permalink
OK, let’s try Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Aug 28, 2015
1 parent 495d51e commit f13dcdf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: objective-c
os: osx
osx_image: xcode7
script:
- brew update
- brew install carthage
- carthage bootstrap
- xctool clean build -project Siesta.xcodeproj -scheme Siesta
- xctool test -project Siesta.xcodeproj -scheme SiestaTests

0 comments on commit f13dcdf

Please sign in to comment.