Skip to content

Commit

Permalink
[ci] refs #1632 - Do not upgrade gcc\@ 6 formula
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed Jun 7, 2018
1 parent e123754 commit 2688173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -48,7 +48,7 @@ install:
- go get -t ./...
- make install-linters
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq g++-6 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; echo 'Available versions (gcc)' && brew list --versions gcc ; brew list gcc@6 &>/dev/null || brew install gcc@6 ; brew upgrade gcc@6 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; echo 'Available versions (gcc)' && brew list --versions gcc ; brew list gcc@6 &>/dev/null || brew install gcc@6 ; fi
- make install-deps-libc
- make install-deps-ui

Expand Down

0 comments on commit 2688173

Please sign in to comment.