Do not use tcsh from deps

Tcsh was unmasked according to  and can now be installed 
by travis.
This commit is contained in:
Foo 2015-07-06 21:13:14 +03:00
parent 03195cf93f
commit dbe7e16520
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ addons:
packages:
- libssl1.0.0
- zsh
# - tcsh
- tcsh
# - mksh
# - busybox
# - rc

View File

@ -13,7 +13,6 @@ if test "$TRAVIS" = true ; then
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/tcsh:$PATH"
export PATH="$PWD/tests/bot-ci/deps/socat:$PATH"
if test "$PYTHON_IMPLEMENTATION" = "CPython" ; then