Remove unnecessary travis-ci install step

npm6 comes with node12
This commit is contained in:
stvn
2020-05-06 14:41:49 -07:00
parent eee888620a
commit 7add2e00ff

View File

@@ -1,7 +1,5 @@
language: node_js
node_js: 12
before_install:
- npm install -g npm@6
install:
- npm ci
script: