Files
now-deployment/node_modules/git-last-commit/.travis.yml
2019-10-17 12:36:15 +09:00

11 lines
130 B
YAML

language: node_js
node_js:
- "node"
before_script:
- npm install
- npm audit
script:
- npm run lint
- npm run coverage