aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-12 08:54:58 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-12 09:02:01 +0900
commit5a4a0a0b8fad3619829abb46c3e363162133a8bb (patch)
treec939205da3019b63ffddbe756bd8893fd7c82902
parentb94a8ba1540a9da67245e8390a4dc86b2e2de14e (diff)
add .travis.yml
-rw-r--r--.travis.yml5
-rw-r--r--package.json3
2 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9c27aff
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: node_js
+node_js:
+ - "6"
+before_script:
+ - npm run lint
diff --git a/package.json b/package.json
index 86cfc7b..0f31349 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,8 @@
"description": "Vim vixen",
"scripts": {
"start": "webpack -w --debug",
- "lint": "eslint src"
+ "lint": "eslint src",
+ "test": "true"
},
"repository": {
"type": "git",