Skip to content

Commit

Permalink
Run FF & Chrome separately to avoid focus issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 22, 2017
1 parent f2a12cb commit 3e8ed51
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 @@ -18,7 +18,8 @@ before_script:
- gulp lint
- gulp switch
script:
- xvfb-run wct
- xvfb-run wct -l firefox
- xvfb-run wct -l chrome
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s default; fi
env:
global:
Expand Down

0 comments on commit 3e8ed51

Please sign in to comment.