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:
parent
e58ef5ed9c
commit
c2741683b2
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ node_js:
|
||||||
- '4'
|
- '4'
|
||||||
- '6'
|
- '6'
|
||||||
- '7'
|
- '7'
|
||||||
|
- '8'
|
||||||
sudo: false
|
sudo: false
|
||||||
script: npm install . && npm run test-travis
|
script: npm install . && npm run test-travis
|
||||||
after_success: npm run coverage:codecov && npm run coverage:codacy
|
after_success: npm run coverage:codecov && npm run coverage:codacy
|
||||||
|
|
Loading…
Reference in a new issue