aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-05-12 05:45:06 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-05-12 05:45:06 +0200
commitfd75992b574554558dda3c2334b3c28cdea094fd (patch)
treecf07a2a5ee1e377a3c030501b2f2ab07edbc23bc /.travis.yml
parenta513a9a574014ad96dc6e854e3ffff6cf98fc29f (diff)
downloadxK-fd75992b574554558dda3c2334b3c28cdea094fd.tar.gz
xK-fd75992b574554558dda3c2334b3c28cdea094fd.tar.xz
xK-fd75992b574554558dda3c2334b3c28cdea094fd.zip
Travis CI: actually install expect
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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