From 80b01049c8ec9659c51e9005d225062f4a2c124c Mon Sep 17 00:00:00 2001 From: daserge Date: Wed, 27 Apr 2016 11:56:18 +0300 Subject: [PATCH] CB-11159 Fix flaky splashscreen native tests Adds a retry as a temporary measure --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93e7dd6..01a7a37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)