add .travis.yml
This commit is contained in:
parent
b94a8ba154
commit
5a4a0a0b8f
2 changed files with 7 additions and 1 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
before_script:
|
||||
- npm run lint
|
|
@ -3,7 +3,8 @@
|
|||
"description": "Vim vixen",
|
||||
"scripts": {
|
||||
"start": "webpack -w --debug",
|
||||
"lint": "eslint src"
|
||||
"lint": "eslint src",
|
||||
"test": "true"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Reference in a new issue