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 157e2ab commit 1af4c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ before_install:
- if [[ $TRAVIS_OS_NAME == linux ]]; then LINUX=true; fi

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

install:

Expand Down

0 comments on commit 1af4c1b

Please sign in to comment.