mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 13:51:50 +00:00
7 lines
175 B
YAML
7 lines
175 B
YAML
language: node_js
|
|
after_success:
|
|
- if [ "$TRAVIS_NODE_VERSION" = "6" ]; then npm run coverage && npm i coveralls@2 && npm run coveralls; fi
|
|
node_js:
|
|
- "4"
|
|
- "5"
|
|
- "6"
|