aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-09-08 00:15:53 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-09-08 00:16:42 -0700
commit22fd8e65adaf823a16eff4cd5f283b1f831bfedf (patch)
tree7568a59677bd7ad4224724de55609ef70ad7e6ce /.travis.yml
parent190712d4b0fe97f8437b2f3c9b642dd5c46cf60f (diff)
Disable fish_title on interactive tests
This was apparently what was interfering with the tests working on Linux. Tweak .travis.yml to install expect so the tests run on Linux.
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 b7585453..a60bd0fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ compiler:
before_install:
- sudo apt-get update
install:
- - sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen
+ - sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen expect
script:
- autoreconf
- ./configure