Skip to content

Commit 9574046

Browse files
committed
Run Chrome & FF serially to try and help flakiness
1 parent ecf36f8 commit 9574046

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ before_script:
1717
# '\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
1818
# update-types".' && false)
1919
script:
20-
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l chrome -l firefox
20+
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l chrome
21+
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l firefox
2122
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
2223
env:
2324
global:

0 commit comments

Comments
 (0)