Skip to content

Commit

Permalink
Update Travis configuration
Browse files Browse the repository at this point in the history
Switch to Node 12 and remove the no longer needed npm update.
  • Loading branch information
sdirix committed Jul 16, 2020
1 parent 2755bff commit 49e1f3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
@@ -1,15 +1,10 @@
sudo: required

addons:
chrome: stable

language: node_js

node_js:
- '9'

before_install:
- dpkg --compare-versions `npm -v` ge 6.4.1 || npm i -g npm@^6.4.1
- '12'

install:
- npm ci
Expand Down

0 comments on commit 49e1f3d

Please sign in to comment.