add libxtst-dev to travis
This commit is contained in:
parent
cfe8719982
commit
dc15dc6081
|
@ -1,4 +1,7 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
before_install:
|
||||||
|
sudo apt-get update -qq
|
||||||
|
sudo apt-get install -qq libxtst-dev
|
||||||
script: sh -x ./clean_build.sh
|
script: sh -x ./clean_build.sh
|
||||||
# skip install phase since we have a customized install package
|
# skip install phase since we have a customized install package
|
||||||
# creation tool for each supported platform
|
# creation tool for each supported platform
|
||||||
|
|
Loading…
Reference in New Issue