Skip to content

Commit d06ecd4

Browse files
committed
[CI] update brew commands
1 parent 485d1ef commit d06ecd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ before_install:
1010
- test $(uname) = "Linux" && sudo apt-get update -y || true
1111
- 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
1212
- test $(uname) = "Darwin" && brew update || true
13-
- test $(uname) = "Darwin" && brew tap homebrew/versions || true
14-
- test $(uname) = "Darwin" && brew install gcc5 || true
15-
- test $(uname) = "Darwin" && brew install gcc6 || true
13+
- test $(uname) = "Darwin" && brew install gcc@5 || true
14+
- test $(uname) = "Darwin" && brew install gcc@6 || true
1615
matrix:
1716
include:
1817
- os: linux

0 commit comments

Comments
 (0)