mirror of
https://github.com/danbulant/pngjs
synced 2026-06-24 17:21:47 +00:00
Fix travis file
This commit is contained in:
parent
b914ab4d80
commit
e5b4faf258
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
language: node_js
|
||||
before_script:
|
||||
- test $TRAVIS_NODE_VERSION = '0.10' && npm i node-zlib-backport
|
||||
- echo $TRAVIS_NODE_VERSION
|
||||
- if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm i node-zlib-backport; fi
|
||||
after_success:
|
||||
- test $TRAVIS_NODE_VERSION =~ 5.* && npm run coverage && npm i coveralls@2 && npm run coveralls
|
||||
- if [ "$TRAVIS_NODE_VERSION" = "5" ]; then npm run coverage && npm i coveralls@2 && npm run coveralls; fi
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
|
|
|
|||
Loading…
Reference in a new issue