Skip to content

Commit

Permalink
optimize travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
smcatala committed Aug 19, 2018
1 parent 6735fb2 commit 839da60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ addons:

language: node_js
node_js:
- "6.9"
- "8.11"
cache:
directories: node_modules

branches:
only: master

before_install:
- if [[ `npm -v` != 4* ]]; then npm i -g npm@4; fi
- if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi

before_script:
- "export CHROME_BIN=$(which google-chrome)"
Expand All @@ -29,4 +29,4 @@ before_script:

script: npm run test:ci

after_script: npm run test:ci:coveralls
after_script: npm run test:ci:coveralls

0 comments on commit 839da60

Please sign in to comment.