aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parentb94a8ba1540a9da67245e8390a4dc86b2e2de14e (diff)
add .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 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