We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bd7ba commit f87bd59Copy full SHA for f87bd59
.travis.yml
@@ -64,9 +64,11 @@ before_install:
64
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -; fi
65
# https://github.com/travis-ci/travis-ci/issues/10165
66
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then rvm get stable; fi
67
+
68
+ # locally installed stuff comes first
69
+ - export PATH=/usr/local/bin:$PATH
70
71
# fixing broken OSX gzip tools
- - if [[ $TRAVIS_OS_NAME == 'osx' ]]; then export PATH=/usr/local/bin:$PATH; fi # so that brew-installed ones are first
72
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew install gzip; fi
73
74
# to avoid problems with plotting by paraview on Travis
0 commit comments