commit | 26d5d65724516250ef05decefef76f8a007af56f | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Wed May 09 16:23:40 2018 +0300 |
committer | onqtam <vik.kirilov@gmail.com> | Thu May 10 16:18:44 2018 +0300 |
tree | 43b393415ddebe1fdfdcfcbb7d546faedaa18b67 | |
parent | 0a2554a45924d542686656be2deaa1911799f89d [diff] [blame] |
trying to get gcc 6/7/8 working on the latest osx image
diff --git a/.travis.yml b/.travis.yml index 5d700cc..fb280b1 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -353,12 +353,15 @@ fi if [[ "${COMPILER}" = "g++-6" ]]; then brew install gcc6 + brew link --overwrite gcc@6 fi if [[ "${COMPILER}" = "g++-7" ]]; then brew install gcc7 + brew link --overwrite gcc@7 fi if [[ "${COMPILER}" = "g++-8" ]]; then brew install gcc8 + brew link --overwrite gcc@8 fi fi