]> git.sur5r.net Git - i3/i3/commitdiff
Install xdotool to run tests requiring it on Travis. 1737/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Thu, 4 Jun 2015 15:05:53 +0000 (17:05 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 4 Jun 2015 15:05:53 +0000 (17:05 +0200)
.travis.yml

index 733daeac39117ae0f04587d31ddf8f4e3522588b..e3e45656b0509d618bad2228209ff8923745a76d 100644 (file)
@@ -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: