diff options
author | Zubnix <[email protected]> | 2015-04-28 09:53:25 +0200 |
---|---|---|
committer | Zubnix <[email protected]> | 2015-04-28 09:53:25 +0200 |
commit | 4f0a797f76cbe2713c5c343d61ba05fc0709fc13 (patch) | |
tree | 60b159b505405f2f70afb8ab7510f5cbce17c9da | |
parent | df58c2745d5018ad4ef3c97f494dc79afd0e64e8 (diff) |
Update .travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e5648f9ae..51ab20bef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ git: sudo: required before_install: - - sudo apt-get install libx11-dev + - sudo apt-get install libx11-dev libxxf86vm-dev - cd .. - git clone --recurse-submodules git://jogamp.org/srv/scm/gluegen.git gluegen - pushd gluegen/make |