Merge pull request #1737 from Airblader/feature-xdotool-on-travis

Install xdotool to run tests requiring it on Travis.
next
Michael Stapelberg 2015-06-05 12:16:47 +02:00
commit 1d4b5863a5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ before_install:
- sudo cp /tmp/pin /etc/apt/preferences.d/trustypin - sudo cp /tmp/pin /etc/apt/preferences.d/trustypin
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -t trusty libc6 libc6-dev - 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 - sudo apt-get install -t utopic clang-format-3.5
- clang-format-3.5 --version - clang-format-3.5 --version
install: install: