mirror of
https://github.com/danbulant/pngjs
synced 2026-06-24 01:01:44 +00:00
9 lines
172 B
YAML
9 lines
172 B
YAML
language: node_js
|
|
after_success:
|
|
- if [ "$TRAVIS_NODE_VERSION" = "10" ]; then yarn coverage && yarn codecov; fi
|
|
node_js:
|
|
- "10"
|
|
- "12"
|
|
branches:
|
|
only:
|
|
- master
|