fix .travis.yml

jh-changes
Shin'ya Ueoka 7 years ago
parent 7f64413cc9
commit bae3b9637f
  1. 4
      .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