4
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-11-08 14:06:56 +00:00
setup-python/node_modules/cssstyle/.travis.yml
Stephen Franceschelli ec0a863019 Fix.
2019-07-30 13:16:01 -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