Skip to content

Commit

Permalink
split chrome and firefox runs, maybe fewer timeouts for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jun 25, 2018
1 parent bcd01b9 commit 8051220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,8 @@ before_script:
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
update-types".' && false)
script:
- wct -l chrome -l firefox
- wct -l chrome
- wct -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 8051220

Please sign in to comment.