mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
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:
parent
5f4d9309c8
commit
08d6465d90
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ matrix:
|
|||
- COMPILER=clang++-3.7
|
||||
- COMP=clang
|
||||
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env:
|
||||
- COMPILER=g++-4.8
|
||||
- COMP=gcc
|
||||
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue