Skip to content

Commit

Permalink
Add required apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Apr 2, 2015
1 parent 9246dac commit 779d238
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,14 @@ node_js:
- 0.12
- iojs

addons:
apt:
packages:
- libx11-dev
- zlib1g-dev
- libpng12-dev
- libxtst-dev

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

0 comments on commit 779d238

Please sign in to comment.