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.
This commit is contained in:
Kevin Ballard
2014-09-08 00:15:53 -07:00
parent 190712d4b0
commit 22fd8e65ad
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ end
set -g fish_greeting ''
function fish_title
end
function _quote
echo \'(echo $argv[1] | sed -e 's/\'/\\\\\'/g')\'
end