mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-27 16:50:11 +02:00
add travis.
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '4.0'
|
||||
install:
|
||||
- npm install -g eslint
|
||||
script:
|
||||
- eslint src/*.js
|
Reference in New Issue
Block a user