Travis CI: actually install expect
This commit is contained in:
parent
a513a9a574
commit
fd75992b57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue