We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3a985 commit 1df9446Copy full SHA for 1df9446
.travis.yml
@@ -21,4 +21,4 @@ script:
21
- export COMMIT_MESSAGE=$(git show -s --format=%B $TRAVIS_COMMIT | tr -d '\n')
22
- export TRAVIS_CI=1
23
- if [[ "${TARGET}" == "phantomjs" ]]; then npm test || exit 1; fi
24
- - if [[ "${TARGET}" == "saucelabs" ]]; then (for x in 1 .. 15; do export SAUCELABS_BATCH=$x; npm test || true; done); fi
+ - if [[ "${TARGET}" == "saucelabs" ]]; then (for x in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do export SAUCELABS_BATCH=$x; echo "Starting batch $x of 15"; npm test || true; done); fi
0 commit comments