diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-15 20:57:45 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-15 20:57:45 +0900 |
commit | f891ccf9990c7cd28b43ca9824a866771ec91c81 (patch) | |
tree | 1350fe8bcfdb47fe6c4840ec63bb40c0e3548dfa /.travis.yml | |
parent | e45985088e0bbd041a567bab6b7665d2906528e4 (diff) | |
parent | bae3b9637fd85fd8c81143f4fc273074ec26af7e (diff) |
Merge branch 'test'
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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 |