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
node_js:
- '12'
before_install:
# Update the npm client. Older clients cannot, e.g., handle scoped modules.
- npm update -g npm
after_script:
- npm run coverage
- npm start
- 'stable'
install: npm install
script: npm start
after_success: npm run coverage