mirror of
https://github.com/danbulant/pngjs
synced 2026-06-19 22:41:58 +00:00
Update to node 10 in .travis.yml
This commit is contained in:
parent
ae7b0a1534
commit
0f552153e7
1 changed files with 3 additions and 5 deletions
|
|
@ -1,10 +1,8 @@
|
|||
language: node_js
|
||||
after_success:
|
||||
- if [ "$TRAVIS_NODE_VERSION" = "6" ]; then npm run coverage && npm i coveralls@2 && npm run coveralls; fi
|
||||
- if [ "$TRAVIS_NODE_VERSION" = "10" ]; then npm run coverage && npm i coveralls@2 && npm run coveralls; fi
|
||||
node_js:
|
||||
- "4"
|
||||
- "5"
|
||||
- "6"
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
- "10"
|
||||
- "11"
|
||||
|
|
|
|||
Loading…
Reference in a new issue