Files
stale/node_modules/cssstyle/.travis.yml
T

16 lines
164 B
YAML
Raw Normal View History

2020-05-15 15:25:57 -04:00
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: true
node_js:
- 6
- 8
- 10
- 11
script:
- npm run test-ci