setup-java/node_modules/cssstyle/.travis.yml
Stephen Franceschelli c1a589c5b6 Fix.
2019-07-30 13:41:05 -04:00

15 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