add .travis.yml

jh-changes
Shin'ya Ueoka 7 years ago
parent b94a8ba154
commit 5a4a0a0b8f
  1. 5
      .travis.yml
  2. 3
      package.json

@ -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",