mirror of
https://github.com/danog/inline-critical.git
synced 2024-12-02 09:27:56 +01:00
15 lines
170 B
YAML
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
|