Skip to content

Commit

Permalink
Use containers for testing again (#5070)
Browse files Browse the repository at this point in the history
* Use containers for testing again

Disable chrome security sandbox due to travis-ci/travis-ci#8836

Remove node module caching with the removal of package lock

* flag is "no-sandbox"

* Add back npm cache
  • Loading branch information
dfreedm authored Jan 30, 2018
1 parent 3b492b4 commit 5e2990e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
sudo: required
sudo: false
dist: trusty
node_js: stable
addons:
Expand Down
3 changes: 2 additions & 1 deletion wct.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"browserOptions": {
"chrome": [
"headless",
"disable-gpu"
"disable-gpu",
"no-sandbox"
],
"firefox": [
"-headless"
Expand Down

0 comments on commit 5e2990e

Please sign in to comment.