We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485d1ef commit d06ecd4Copy full SHA for d06ecd4
.travis.yml
@@ -10,9 +10,8 @@ before_install:
10
- test $(uname) = "Linux" && sudo apt-get update -y || true
11
- 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
12
- 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
+ - test $(uname) = "Darwin" && brew install gcc@5 || true
+ - test $(uname) = "Darwin" && brew install gcc@6 || true
16
matrix:
17
include:
18
- os: linux
0 commit comments