CB-11159 Fix flaky splashscreen native tests
Adds a retry as a temporary measure
This commit is contained in:
parent
4adff6f1c9
commit
80b01049c8
@ -1,8 +1,9 @@
|
||||
language: objective-c
|
||||
osx_image: xcode7
|
||||
sudo: false
|
||||
node_js:
|
||||
- "4.2"
|
||||
env:
|
||||
- TEST_DIR=.
|
||||
- TEST_DIR=./tests/ios
|
||||
script: cd $TEST_DIR && npm install && npm test
|
||||
script: cd $TEST_DIR && npm install && (npm test || npm test)
|
||||
|
Loading…
x
Reference in New Issue
Block a user