From dc15dc6081469384043815e17817375a1ffa7954 Mon Sep 17 00:00:00 2001 From: walker0643 <> Date: Sat, 24 Feb 2018 15:01:39 -0500 Subject: [PATCH] add libxtst-dev to travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 61f9b491..28360d5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: cpp +before_install: + sudo apt-get update -qq + sudo apt-get install -qq libxtst-dev script: sh -x ./clean_build.sh # skip install phase since we have a customized install package # creation tool for each supported platform