mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
Also do not use bot-ci mksh, busybox and socat dependencies
All of them were whitelisted: - Mksh was whitelisted in travis-ci/travis-ci#3881. - Busybox was whitelisted in travis-ci/travis-ci#3880. - Socat was whitelisted in travis-ci/travis-ci#3883.
This commit is contained in:
parent
dbe7e16520
commit
c184b2be12
@ -9,10 +9,10 @@ addons:
|
|||||||
- libssl1.0.0
|
- libssl1.0.0
|
||||||
- zsh
|
- zsh
|
||||||
- tcsh
|
- tcsh
|
||||||
# - mksh
|
- mksh
|
||||||
# - busybox
|
- busybox
|
||||||
# - rc
|
# - rc
|
||||||
# - socat
|
- socat
|
||||||
- bc
|
- bc
|
||||||
language: python
|
language: python
|
||||||
install: tests/install.sh
|
install: tests/install.sh
|
||||||
|
@ -11,9 +11,6 @@ FAILED=0
|
|||||||
if test "$TRAVIS" = true ; then
|
if test "$TRAVIS" = true ; then
|
||||||
export PATH="$HOME/opt/fish/bin:${PATH}"
|
export PATH="$HOME/opt/fish/bin:${PATH}"
|
||||||
export PATH="$PWD/tests/bot-ci/deps/rc:$PATH"
|
export PATH="$PWD/tests/bot-ci/deps/rc:$PATH"
|
||||||
export PATH="$PWD/tests/bot-ci/deps/mksh:$PATH"
|
|
||||||
export PATH="$PWD/tests/bot-ci/deps/busybox:$PATH"
|
|
||||||
export PATH="$PWD/tests/bot-ci/deps/socat:$PATH"
|
|
||||||
|
|
||||||
if test "$PYTHON_IMPLEMENTATION" = "CPython" ; then
|
if test "$PYTHON_IMPLEMENTATION" = "CPython" ; then
|
||||||
export PATH="$HOME/opt/zsh-${PYTHON_MM}${USE_UCS2_PYTHON:+-ucs2}/bin:${PATH}"
|
export PATH="$HOME/opt/zsh-${PYTHON_MM}${USE_UCS2_PYTHON:+-ucs2}/bin:${PATH}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user