File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11language : objective-c
22matrix :
33 include :
4- - osx_image : xcode7.1
4+ - osx_image : xcode7.2
55
66env :
77 global :
1010git :
1111 submodules : false
1212before_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
2017script :
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
2625notifications :
2726 email : false
You can’t perform that action at this time.
0 commit comments