Skip to content

Commit

Permalink
Regenerate travis.yml to support brew update preinstall step.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Oct 19, 2017
1 parent 80faf88 commit f3d0e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ before_install:
- if [[ $TRAVIS_OS_NAME == osx ]]; then OSX=true; fi
- if [[ $TRAVIS_OS_NAME == linux ]]; then LINUX=true; fi

# Update homebrew.
- if [[ $OSX && $CLANG && $DYNAMIC ]]; then brew update; fi

install:

# Export CC/CXX to control gcc version.
Expand Down

0 comments on commit f3d0e7a

Please sign in to comment.