Skip to content

Commit

Permalink
[CI] update brew commands
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Jun 16, 2017
1 parent 485d1ef commit d06ecd4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ before_install:
- test $(uname) = "Linux" && sudo apt-get update -y || true
- test $(uname) = "Linux" && sudo apt-get install -qq -y g++-4.9 g++-5 g++-6 clang-3.8 clang-3.9 cmake cmake-data zlib1g-dev libbz2-dev || true
- test $(uname) = "Darwin" && brew update || true
- test $(uname) = "Darwin" && brew tap homebrew/versions || true
- test $(uname) = "Darwin" && brew install gcc5 || true
- test $(uname) = "Darwin" && brew install gcc6 || true
- test $(uname) = "Darwin" && brew install gcc@5 || true
- test $(uname) = "Darwin" && brew install gcc@6 || true
matrix:
include:
- os: linux
Expand Down

0 comments on commit d06ecd4

Please sign in to comment.