Skip to content

Commit

Permalink
Travis CI: add gcc 4.8 for osx
Browse files Browse the repository at this point in the history
This setup was still missing.

Suggested by Stéphane Nicolet.

No functional change.
  • Loading branch information
mcostalba committed Oct 7, 2015
1 parent 5f4d930 commit 08d6465
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 08d6465

Please sign in to comment.