Skip to content

Commit 85749d7

Browse files
committed
Update travis.yml
1 parent 050f8ce commit 85749d7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.travis.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
osx_image: xcode7.3
2-
language: objective-c
3-
podfile: Demo/Podfile
4-
cache: cocoapods
1+
matrix:
2+
include:
3+
- os: osx
4+
language: objective-c
5+
osx_image: xcode7.3
6+
- os: osx
7+
language: objective-c
8+
osx_image: xcode8
9+
10+
script:
11+
- set -o pipefail
12+
- xcodebuild test -workspace Action.xcworkspace -scheme Action -sdk iphonesimulator -destination "name=iPhone 6s" | xcpretty -c --test
513

6-
script: cd Demo ; set -o pipefail && xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination platform='iOS Simulator',OS='9.1',name='iPhone 6s' build test | xcpretty -c --test

0 commit comments

Comments
 (0)