Skip to content

Commit

Permalink
fix travis/homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed Jan 10, 2019
1 parent 973309b commit 07a1580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/travis/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -ue

export PHAROS_NON_OSS=true
export HOMEBREW_NO_AUTO_UPDATE=1

brew install squashfs
brew install openssl || brew upgrade openssl || true
Expand Down
2 changes: 2 additions & 0 deletions build/travis/macos_oss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -ue

export HOMEBREW_NO_AUTO_UPDATE=1

brew install squashfs
brew install openssl || brew upgrade openssl || true

Expand Down

0 comments on commit 07a1580

Please sign in to comment.