Travis CI: add gcc 4.8 for osx

This setup was still missing.

Suggested by Stéphane Nicolet.

No functional change.
This commit is contained in:
Marco Costalba
2015-10-07 20:33:37 +02:00
parent 5f4d9309c8
commit 08d6465d90
+6
View File
@@ -22,6 +22,12 @@ matrix:
- COMPILER=clang++-3.7 - COMPILER=clang++-3.7
- COMP=clang - COMP=clang
- os: osx
compiler: gcc
env:
- COMPILER=g++-4.8
- COMP=gcc
- os: osx - os: osx
compiler: clang compiler: clang
env: env: