Skip to content

Commit

Permalink
Add travis-ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
olliewagner committed Jun 23, 2017
1 parent 8f3dbdf commit 95940eb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: objective-c
osx_image: xcode8.3
branches:
only:
- master

before_install:
- gem update cocoapods
before_script:
- export LANG=en_US.UTF-8
script:
- pod install --repo-update
- xcodebuild -workspace YapAnimatorExample.xcworkspace -scheme YapAnimatorExample -sdk iphoneos10.3 -configuration Debug build | xcpretty;

0 comments on commit 95940eb

Please sign in to comment.