Remove unnecessary travis-ci install step
npm6 comes with node12
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
language: node_js
|
||||
node_js: 12
|
||||
before_install:
|
||||
- npm install -g npm@6
|
||||
install:
|
||||
- npm ci
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user