From 6e48f795c5928101043a5e11e1377877e042012d Mon Sep 17 00:00:00 2001 From: dcharbonnier Date: Tue, 11 Oct 2016 11:08:19 +0200 Subject: [PATCH] add feature/swift-3 to travis test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6e7662d6..b99e76d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,6 @@ install: branches: only: - master + - feature/swift-3 script: - set -o pipefail && xcodebuild -workspace Haneke.xcworkspace -scheme Haneke-iOS -sdk iphonesimulator10.0 build test | xcpretty --color