Install built fish

This commit is contained in:
ZyX 2015-01-02 13:40:04 +03:00
parent f311f75d0a
commit 6a339a3a3a
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,9 @@ else
fi
fi
archive="${PWD:-$(pwd)}/tests/bot-ci/deps/fish/fish.tar.gz"
sudo sh -c "cd /opt && tar xzf $archive"
# Travis has too outdated fish. It cannot be used for tests.
# sudo apt-get install fish
true

View File

@ -3,6 +3,8 @@
FAILED=0
export PATH="/opt/fish/bin:${PATH}"
if test "$PYTHON_IMPLEMENTATION" = "CPython" ; then
export PATH="/opt/zsh-${PYTHON_VERSION}/bin:${PATH}"
fi