summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-07-10 23:02:40 +0000
committerBob Ippolito <bob@redivi.com>2018-07-10 23:02:40 +0000
commit8cb0c703a6e1d8bc903cbc46016b766df2a8c592 (patch)
tree4eef98475f0363bdc28c1aa460ebb1bb2c4add40
parent7031376a13d8b78ebc6fcf5da9a0b4f6d72fd951 (diff)
downloadxattr-8cb0c703a6e1d8bc903cbc46016b766df2a8c592.tar.gz
more travis experimentation
-rwxr-xr-x.travis/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 99bb0f7..10e26ba 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -6,7 +6,8 @@ set -x
if [[ -n "$PYENV_VERSION" ]]; then
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew update
- brew install expat readline xz openssl
+ brew upgrade readline openssl
+ brew install expat xz
brew upgrade pyenv
fi
eval "$(pyenv init -)"