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:
Foo 2015-07-09 22:54:49 +03:00
parent dbe7e16520
commit c184b2be12
2 changed files with 3 additions and 6 deletions

View File

@ -9,10 +9,10 @@ addons:
- libssl1.0.0
- zsh
- tcsh
# - mksh
# - busybox
- mksh
- busybox
# - rc
# - socat
- socat
- bc
language: python
install: tests/install.sh

View File

@ -11,9 +11,6 @@ FAILED=0
if test "$TRAVIS" = true ; then
export PATH="$HOME/opt/fish/bin:${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
export PATH="$HOME/opt/zsh-${PYTHON_MM}${USE_UCS2_PYTHON:+-ucs2}/bin:${PATH}"