Skip to content

Commit

Permalink
Don't run Firefox in headless mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Aug 27, 2018
1 parent 7a67e34 commit 44fcb9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
script:
- npm run generate-types
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l chrome
- node ./node_modules/.bin/polymer test --npm --module-resolution=node -l firefox
- xvfb-run 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
3 changes: 0 additions & 3 deletions wct.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"headless",
"disable-gpu",
"no-sandbox"
],
"firefox": [
"-headless"
]
}
}
Expand Down

0 comments on commit 44fcb9d

Please sign in to comment.