Skip to content

Commit 715c07f

Browse files
committed
Merge pull request #79 from neilpa/travis-update
Travis updates
2 parents f6c4391 + f353e3d commit 715c07f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: objective-c
22
matrix:
33
include:
4-
- osx_image: xcode7.1
4+
- osx_image: xcode7.2
55

66
env:
77
global:
@@ -10,18 +10,17 @@ env:
1010
git:
1111
submodules: false
1212
before_install:
13-
- curl -OlL "https://github.com/Carthage/Carthage/releases/download/0.10/Carthage.pkg"
13+
- curl -OlL "https://github.com/Carthage/Carthage/releases/download/0.11/Carthage.pkg"
1414
- sudo installer -pkg "Carthage.pkg" -target /
1515
- rm "Carthage.pkg"
16-
- curl -OlL "https://github.com/ReactiveCocoa/ReactiveCocoa/releases/download/v4.0.0-alpha.3/ReactiveCocoa.framework.zip"
17-
- unzip "ReactiveCocoa.framework.zip"
18-
- rm "ReactiveCocoa.framework.zip"
1916

2017
script:
2118
- set -o pipefail
22-
- carthage bootstrap --platform mac,iphonesimulator
19+
- carthage bootstrap
2320
- xcodebuild test -scheme Rex-Mac | xcpretty -c
24-
- xcodebuild test -scheme Rex-iOS -sdk iphonesimulator | xcpretty -c
21+
- xcodebuild test -scheme Rex-iOS -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6s" | xcpretty -c
22+
- xcodebuild test -scheme Rex-tvOS -sdk appletvsimulator -destination "platform=tvOS Simulator,name=Apple TV 1080p" | xcpretty -c
23+
- xcodebuild build -scheme Rex-watchOS -sdk watchsimulator -destination "platform=watchOS Simulator,name=Apple Watch - 38mm" | xcpretty -c
2524

2625
notifications:
2726
email: false

0 commit comments

Comments
 (0)