Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongman committed Jun 3, 2019
1 parent 0339de7 commit 72ee582
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
sudo: false

Expand Down

0 comments on commit 72ee582

Please sign in to comment.