summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-07-23 17:44:51 +0000
committerBob Ippolito <bob@redivi.com>2018-07-23 17:44:51 +0000
commit2bf454926ddfe78034b56a2ce9e580ef47989f73 (patch)
tree52e41ccbfb1c259579b9aee6baa70d4ea4c583ff
parente9d3221ecd0b6e0782cd682fad9deba665a14ea6 (diff)
downloadxattr-travis-tests.tar.gz
More tweakstravis-tests
-rw-r--r--.travis.yml2
-rwxr-xr-x.travis/install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 717e517..f2a6149 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ matrix:
include:
- os: osx
language: generic
- env: PYENV_VERSION=3.7.0 BUILD_SDIST=true
+ env: PYENV_VERSION=3.7.0
osx_image: xcode_9.4
- os: osx
language: generic
diff --git a/.travis/install.sh b/.travis/install.sh
index 9ea4c8f..c28cc84 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -5,7 +5,7 @@ set -x
if [[ -n "$PYENV_VERSION" ]]; then
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
- brew update
+ brew update >/dev/null
brew upgrade readline openssl
brew install expat xz
brew upgrade pyenv