mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Install built fish
This commit is contained in:
parent
f311f75d0a
commit
6a339a3a3a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user