1
0
mirror of synced 2025-12-08 06:38:00 +08:00
Files
eruda/.travis.yml
2017-01-19 21:45:16 +08:00

9 lines
140 B
YAML

language: node_js
node_js:
- "6"
- "7"
before_script:
- npm install -g webpack
- npm install -g eslint
script:
- bash script/ci.sh