From 663188f65cae28eb4af384b83f87e93eccc08a8e Mon Sep 17 00:00:00 2001 From: Viktor Sukochev Date: Mon, 16 Jan 2017 22:25:11 +0700 Subject: [PATCH] travis update --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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;