Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1737 from Airblader/feature-xdotool-on-travis
Browse files Browse the repository at this point in the history
Install xdotool to run tests requiring it on Travis.
  • Loading branch information
stapelberg committed Jun 5, 2015
2 parents 7b8745f + f262445 commit 1d4b586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 1d4b586

Please sign in to comment.