Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Dec 4, 2016
1 parent 6010dff commit fe7dd2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -40,6 +40,10 @@ env:
- DESTINATION="OS=3.1,name=Apple Watch - 42mm" SDK="$WATCHOS_SDK" SCHEME="$WATCHOS_SCHEME" RUN_TESTS="NO" BUILD_EXAMPLE="NO" POD_LINT="NO"

script:
- set -e
- xcodebuild -version
- xcodebuild -showsdks

- if [ $POD_LINT == "YES" ]; then
pod lib lint;
fi
Expand Down

0 comments on commit fe7dd2d

Please sign in to comment.