Update .travis.yml

This commit is contained in:
TheEmeraldStarr 2020-11-06 18:47:31 -08:00 committed by GitHub
parent 46a8ee872b
commit 27be178da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- '12' - 'stable'
before_install: install: npm install
# Update the npm client. Older clients cannot, e.g., handle scoped modules. script: npm start
- npm update -g npm after_success: npm run coverage
after_script:
- npm run coverage
- npm start