diff --git a/.travis.yml b/.travis.yml index 6b249ea5..b07fb82d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: objective-c osx_image: xcode8.1 +branches: + only: + - master + script: set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'Macaw iOS' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' | xcpretty;