inline-critical/.travis.yml
2019-08-06 23:38:47 +02:00

15 lines
170 B
YAML

language: node_js
git:
depth: 5
node_js:
- "8"
- "10"
- "12"
cache: npm
after_success:
- if [[ "$TRAVIS_NODE_VERSION" = "10" ]]; then npm run coveralls; fi