Add travis yml

This commit is contained in:
Amish Shah
2016-08-23 14:16:59 +01:00
parent 0916cd71a5
commit ebfe3e2e62
2 changed files with 6 additions and 1 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: node_js
node_js:
- "6"
before_install: npm install -g eslint
install: npm install

File diff suppressed because one or more lines are too long