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 d9c185b commit 7029160Copy full SHA for 7029160
.travis.yml
@@ -9,7 +9,7 @@ notifications:
9
install: true
10
11
script:
12
- - mkdir -p build && . ./scripts/common.sh && rx "Tests" Release "${DEFAULT_IOS_SIMULATOR}" test && rx "ExampleUITests" Release "${DEFAULT_IOS_SIMULATOR}" test && set +e
+ - mkdir -p build && ./dependencies.sh && . ./scripts/common.sh && rx "Tests" Release "${DEFAULT_IOS_SIMULATOR}" test && rx "ExampleUITests" Release "${DEFAULT_IOS_SIMULATOR}" test && set +e
13
14
after_success:
15
- sleep 5 # workaround https://github.com/travis-ci/travis-ci/issues/4725
0 commit comments