summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2018-04-06 16:51:51 -0700
committerJames R. Barlow <jim@purplerock.ca>2018-04-06 16:51:51 -0700
commit058edbbe0f497c3c792c3a008433e295fe9d374d (patch)
treea1783a6a36ce8226808bcff4696c3069879c12ef /.travis.yml
parent80d8f1cfb6529b694ca210907cddbc8736792627 (diff)
Travis: hopefullly avoid shell_session_update
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7da793e..d2a0793 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -97,7 +97,6 @@ stages:
before_install:
-- set -e
- eval "${MATRIX_EVAL}"
- |
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
@@ -118,7 +117,6 @@ before_install:
fi
PYTHON_CMD=python$PYTHON
elif [ "$TRAVIS_OS_NAME" == "osx" ]; then
- unset -f cd; # Workaround for weird 'shell_session_update' issue: https://github.com/travis-ci/travis-ci/issues/8703
brew update -q
brew bundle --file=.travis/Brewfile
export PATH=/usr/local/opt/ccache/libexec:$PATH