Skip to content

Commit 6e87f97

Browse files
Travis: fix a typo in script
1 parent 6553c76 commit 6e87f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
- TARGET=tests_macos SCHEME="RMQClient" TRAVIS_XCODE_SDK=macosx10.14
2121
- TARGET=tests_ios SCHEME="RMQClient with TLS tests" TRAVIS_XCODE_SDK=iphonesimulator12.1 iOS_VERSION=12.1
2222
- TARGET=tests_macos SCHEME="RMQClient with TLS tests" TRAVIS_XCODE_SDK=macosx10.14
23-
script: travis_retry make $TARGET SCHEME=$ iOS_VERSION=$iOS_VERSION
23+
script: travis_retry make $TARGET SCHEME=$SCHEME iOS_VERSION=$iOS_VERSION
2424
after_failure:
2525
- cat /usr/local/var/log/rabbitmq/[email protected]
2626
cache:

0 commit comments

Comments
 (0)