Skip to content

Commit

Permalink
fix(.travis.yml): Add missing xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
dalelotts committed Jan 25, 2016
1 parent c057392 commit 236fadc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ notifications:
node_js:
- '5'
before_install:
- npm i -g npm@^2.0.0
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm prune
script:
Expand Down

0 comments on commit 236fadc

Please sign in to comment.