Files
setup-kustomize/node_modules/cssstyle/.travis.yml
Imran Ismail 99f65d1591 Bootstrap
2019-09-05 03:53:25 +08: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