Skip to content

Commit

Permalink
Add travis timeout workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Mar 28, 2017
1 parent 66f43a9 commit 3c91a59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: objective-c
osx_image: xcode8
notifications:
email: false
branches:
only:
- master
env:
global:
- LC_CTYPE=en_US.UTF-8
Expand All @@ -21,3 +24,6 @@ script:
- if [ $BUILD_EXAMPLE == "YES" ]; then
xcodebuild -workspace "$WORKSPACE" -scheme "$EXAMPLE_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
fi

after_success:
- sleep 5 # Workaround for https://github.com/travis-ci/travis-ci/issues/4725

0 comments on commit 3c91a59

Please sign in to comment.