fix .travis.yml

This commit is contained in:
Shin'ya Ueoka 2017-08-15 20:52:19 +09:00
parent 7f64413cc9
commit bae3b9637f

View file

@ -2,4 +2,8 @@ language: node_js
node_js: node_js:
- "6" - "6"
before_script: before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run lint - npm run lint
- npm test