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 59ce0af commit 3b34849Copy full SHA for 3b34849
.travis.yml
@@ -1,4 +1,4 @@
1
language: objective-c
2
osx_image: xcode8.2
3
script:
4
- - make test-all
+ - make test-travis-ci
Makefile
@@ -4,7 +4,7 @@ test:
xcodebuild test -workspace Example\ Apps/ExampleSwiftApp-iOS/ExampleSwiftApp-iOS.xcworkspace -scheme ExampleSwiftApp-iOS \
5
-destination 'platform=iOS Simulator,name=iPhone 7'
6
7
-test-all:
+test-travis-ci:
8
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
9
-destination 'platform=iOS Simulator,name=iPhone 5s,OS=8.4' \
10
-destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3' \
0 commit comments