Skip to content

Commit

Permalink
Run Chrome & FF serially to try and help flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed May 8, 2018
1 parent ecf36f8 commit 9574046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ before_script:
# '\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
# update-types".' && false)
script:
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l chrome -l firefox
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l chrome
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l firefox
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
env:
global:
Expand Down

0 comments on commit 9574046

Please sign in to comment.