diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-12 05:45:06 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-12 05:45:06 +0200 |
commit | fd75992b574554558dda3c2334b3c28cdea094fd (patch) | |
tree | cf07a2a5ee1e377a3c030501b2f2ab07edbc23bc | |
parent | a513a9a574014ad96dc6e854e3ffff6cf98fc29f (diff) | |
download | xK-fd75992b574554558dda3c2334b3c28cdea094fd.tar.gz xK-fd75992b574554558dda3c2334b3c28cdea094fd.tar.xz xK-fd75992b574554558dda3c2334b3c28cdea094fd.zip |
Travis CI: actually install expect
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 911f57a..abce683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: - sudo add-apt-repository ppa:ondrej/php5-5.6 -y - sudo apt-get update -qq install: - - sudo apt-get install -y help2man libedit-dev + - sudo apt-get install -y help2man libedit-dev expect before_script: - mkdir build - cd build |