1
0
mirror of https://github.com/actions/setup-node synced 2025-05-30 19:57:48 +00:00
setup-node/node_modules/cssstyle/.travis.yml
Danny McCormick c3f0a8be66 Use husky
2019-06-05 11:34:47 -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