1
0
mirror of synced 2025-12-07 22:18:17 +08:00

Add: Travis

This commit is contained in:
surunzi
2017-01-19 21:36:38 +08:00
parent 62493f6824
commit 10aadf356e
4 changed files with 17 additions and 1 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: node_js
node_js:
- "0.12"
- "6"
- "7"
before_script:
- npm install -g webpack
- npm install -g eslint
script:
- bash script/ci.sh