1
0
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:
Kushagra Gour
2016-06-09 13:58:18 +05:30
parent 0a32371f0c
commit 89e5c5dc75

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: node_js
node_js:
- '4.0'
install:
- npm install -g eslint
script:
- eslint src/*.js