diff --git a/.travis.yml b/.travis.yml index 43c58ad..2b2816c 100755 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: objective-c osx_image: xcode8 notifications: email: false +branches: + only: + - master env: global: - LC_CTYPE=en_US.UTF-8 @@ -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 \ No newline at end of file