mirror of
https://github.com/danbulant/pngjs
synced 2026-06-24 17:21:47 +00:00
8 lines
186 B
YAML
8 lines
186 B
YAML
language: node_js
|
|
after_success:
|
|
- if [ "$TRAVIS_NODE_VERSION" = "10" ]; then npm run coverage && npm i coveralls@2 && npm run coveralls; fi
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|
|
- "11"
|