Skip to content

Commit

Permalink
Merge pull request #127 from rndi/travis-brew-update
Browse files Browse the repository at this point in the history
Perform brew update in Travis CI to fix #125
  • Loading branch information
ethouris authored Oct 10, 2017
2 parents ef4fedb + f9ccaa0 commit 94f8db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ matrix:
- os: osx
osx_image: xcode7.3
env: BUILD_TYPE=Debug
before_install: brew update
install: brew install openssl
- os: osx
osx_image: xcode7.3
before_install: brew update
install: brew install openssl
env: BUILD_TYPE=Release

Expand Down

0 comments on commit 94f8db0

Please sign in to comment.