inline-critical/.travis.yml

15 lines
170 B
YAML
Raw Normal View History

2014-08-04 00:01:39 +02:00
language: node_js
2019-08-06 23:38:47 +02:00
git:
depth: 5
2014-08-04 00:01:39 +02:00
node_js:
2019-08-06 23:38:47 +02:00
- "8"
- "10"
- "12"
cache: npm
2017-02-10 17:09:46 +01:00
after_success:
2019-08-06 23:38:47 +02:00
- if [[ "$TRAVIS_NODE_VERSION" = "10" ]]; then npm run coveralls; fi