Skip to content

Commit 3b34849

Browse files
committed
Rename test-all to test-travis-ci to be explicit
1 parent 59ce0af commit 3b34849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: objective-c
22
osx_image: xcode8.2
33
script:
4-
- make test-all
4+
- make test-travis-ci

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test:
44
xcodebuild test -workspace Example\ Apps/ExampleSwiftApp-iOS/ExampleSwiftApp-iOS.xcworkspace -scheme ExampleSwiftApp-iOS \
55
-destination 'platform=iOS Simulator,name=iPhone 7'
66

7-
test-all:
7+
test-travis-ci:
88
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
99
-destination 'platform=iOS Simulator,name=iPhone 5s,OS=8.4' \
1010
-destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3' \

0 commit comments

Comments
 (0)