fix .travis.yml
This commit is contained in:
parent
7f64413cc9
commit
bae3b9637f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue