Skip to content

Commit f87bd59

Browse files
committed
[Travis] try changing PATH
1 parent 21bd7ba commit f87bd59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ before_install:
6464
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -; fi
6565
# https://github.com/travis-ci/travis-ci/issues/10165
6666
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then rvm get stable; fi
67+
68+
# locally installed stuff comes first
69+
- export PATH=/usr/local/bin:$PATH
6770

6871
# fixing broken OSX gzip tools
69-
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then export PATH=/usr/local/bin:$PATH; fi # so that brew-installed ones are first
7072
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew install gzip; fi
7173

7274
# to avoid problems with plotting by paraview on Travis

0 commit comments

Comments
 (0)