0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

Update .travis.yml

Add node 8 to travis configuration
This commit is contained in:
jotadeveloper 2017-06-03 19:19:48 +02:00 committed by GitHub
parent e58ef5ed9c
commit c2741683b2

View file

@ -3,6 +3,7 @@ node_js:
- '4'
- '6'
- '7'
- '8'
sudo: false
script: npm install . && npm run test-travis
after_success: npm run coverage:codecov && npm run coverage:codacy