Skip to content

Commit 7029160

Browse files
committed
Fixes ci.
1 parent d9c185b commit 7029160

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
@@ -9,7 +9,7 @@ notifications:
99
install: true
1010

1111
script:
12-
- mkdir -p build && . ./scripts/common.sh && rx "Tests" Release "${DEFAULT_IOS_SIMULATOR}" test && rx "ExampleUITests" Release "${DEFAULT_IOS_SIMULATOR}" test && set +e
12+
- mkdir -p build && ./dependencies.sh && . ./scripts/common.sh && rx "Tests" Release "${DEFAULT_IOS_SIMULATOR}" test && rx "ExampleUITests" Release "${DEFAULT_IOS_SIMULATOR}" test && set +e
1313

1414
after_success:
1515
- sleep 5 # workaround https://github.com/travis-ci/travis-ci/issues/4725

0 commit comments

Comments
 (0)