We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3500bb commit f928e14Copy full SHA for f928e14
.travis.yml
@@ -2,12 +2,11 @@ language: objective-c
2
osx_image: xcode7.1
3
xcode_workspace: PusherSwift.xcworkspace
4
xcode_scheme: PusherSwift
5
-xcode_sdk: iphonesimulator9.1
6
before_install:
7
- brew update
8
- brew install carthage
9
script:
10
- - xcodebuild test -workspace PusherSwift.xcworkspace -scheme PusherSwiftTests -destination OS=9.0,name=iPhone\ 6 -sdk iphonesimulator9.0 ONLY_ACTIVE_ARCH=NO
+ - xcodebuild test -workspace PusherSwift.xcworkspace -scheme PusherSwiftTests -destination OS=9.2,name=iPhone\ 6 -sdk iphonesimulator9.2 ONLY_ACTIVE_ARCH=NO
11
before_deploy:
12
- carthage build --no-skip-current --verbose
13
- carthage archive PusherSwift
0 commit comments