1
0
mirror of synced 2025-12-08 14:54:02 +08:00
Files
eruda/.travis.yml
2017-08-09 23:53:49 +08:00

12 lines
192 B
YAML

language: node_js
node_js:
- "7"
before_script:
- npm install -g webpack
- npm install -g eslint
- npm install -g karma-cli
script:
- npm run lint
- npm run build
- npm run test