pngjs/.travis.yml
Ryo Kawaguchi 0a6201df87 Support up to node v9 (#110)
* Fix compatibility issues with node 9.

* Fix async tests.
2018-04-19 22:04:14 +02:00

10 lines
199 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"
- "7"
- "8"
- "9"