Files
setup-ruby/node_modules/cssstyle/.travis.yml
Stephen Franceschelli 574f83ab4c Fixes.
2019-07-15 13:45:00 -04:00

16 lines
164 B
YAML

sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: true
node_js:
- 6
- 8
- 10
- 11
script:
- npm run test-ci