pngjs/.travis.yml
2020-04-10 09:53:05 +02:00

6 lines
141 B
YAML

language: node_js
after_success:
- if [ "$TRAVIS_NODE_VERSION" = "10" ]; then yarn coverage && yarn codecov; fi
node_js:
- "10"
- "12"