Skip to content

Commit

Permalink
Add Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Nov 15, 2013
1 parent 221fe28 commit 3bbb8f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

language: objective-c

script:
- cd Demo
- pod repo update --silent
- pod install
- xctool -workspace NBULogDemo.xcworkspace -scheme 'NBULogDemo' -configuration Release -sdk iphonesimulator -arch i386 build

0 comments on commit 3bbb8f4

Please sign in to comment.