mirror of
https://github.com/danbulant/pngjs
synced 2026-07-07 12:10:59 +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
|
language: node_js
|
||||||
after_success:
|
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:
|
node_js:
|
||||||
- "4"
|
|
||||||
- "5"
|
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
|
||||||
- "8"
|
- "8"
|
||||||
- "9"
|
- "10"
|
||||||
|
- "11"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue