mirror of
https://github.com/danbulant/pngjs
synced 2026-06-20 15:01:33 +00:00
Update to node 10 in .travis.yml (#124)
This commit is contained in:
parent
0b5822a4be
commit
d6bf8d133a
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