Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongman committed Jul 22, 2019
1 parent 95ab7a8 commit f8b48cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

language: node_js
node_js:
- "10.0"
- "10"
addons:
chrome: stable
install: npm install
before_script:
- sed -i 's/'"'"'--disable-gpu'"'"',//g' node_modules/mocha-chrome/lib/instance.js
- sed -i 's/options.logLevel/"verbose"/g' node_modules/mocha-chrome/lib/instance.js
script: npm run grunt
services: docker
sudo: false
Expand Down

0 comments on commit f8b48cb

Please sign in to comment.