mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 13:51:50 +00:00
test on node 4.3 in travis
This commit is contained in:
parent
f4b394e117
commit
346bdaa07b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
language: node_js
|
||||
after_success:
|
||||
- test $TRAVIS_NODE_VERSION = '0.12' && npm run coverage && npm install coveralls@2 && npm run coveralls
|
||||
- test $TRAVIS_NODE_VERSION = '4.3' && npm run coverage && npm install coveralls@2 && npm run coveralls
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "iojs"
|
||||
- "4.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue