add .travis.yml

This commit is contained in:
Shin'ya Ueoka 2017-08-12 08:54:58 +09:00
parent b94a8ba154
commit 5a4a0a0b8f
2 changed files with 7 additions and 1 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: node_js
node_js:
- "6"
before_script:
- npm run lint

View file

@ -3,7 +3,8 @@
"description": "Vim vixen",
"scripts": {
"start": "webpack -w --debug",
"lint": "eslint src"
"lint": "eslint src",
"test": "true"
},
"repository": {
"type": "git",