Travis CI: actually install expect

This commit is contained in:
Přemysl Eric Janouch 2015-05-12 05:45:06 +02:00
parent a513a9a574
commit fd75992b57
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ before_install:
- sudo add-apt-repository ppa:ondrej/php5-5.6 -y - sudo add-apt-repository ppa:ondrej/php5-5.6 -y
- sudo apt-get update -qq - sudo apt-get update -qq
install: install:
- sudo apt-get install -y help2man libedit-dev - sudo apt-get install -y help2man libedit-dev expect
before_script: before_script:
- mkdir build - mkdir build
- cd build - cd build