From: Ingo Bürk Date: Thu, 4 Jun 2015 15:05:53 +0000 (+0200) Subject: Install xdotool to run tests requiring it on Travis. X-Git-Tag: 4.11~97^2 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=f262445de304e40677e267f646e3c3fe9ef85a60 Install xdotool to run tests requiring it on Travis. --- diff --git a/.travis.yml b/.travis.yml index 733daeac..e3e45656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_install: - sudo cp /tmp/pin /etc/apt/preferences.d/trustypin - sudo apt-get update - sudo apt-get install -t trusty libc6 libc6-dev - - sudo apt-get install --no-install-recommends devscripts equivs + - sudo apt-get install --no-install-recommends devscripts equivs xdotool - sudo apt-get install -t utopic clang-format-3.5 - clang-format-3.5 --version install: