aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-15 20:52:19 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-15 20:57:01 +0900
commitbae3b9637fd85fd8c81143f4fc273074ec26af7e (patch)
tree1350fe8bcfdb47fe6c4840ec63bb40c0e3548dfa
parent7f64413cc95a8b3e842e888563f78bee6dcb8937 (diff)
fix .travis.yml
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c27aff..1cfe8da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,8 @@ language: node_js
node_js:
- "6"
before_script:
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
+script:
- npm run lint
+ - npm test