Skip to content

Commit

Permalink
Merge pull request #220 from mapbox/gcc5
Browse files Browse the repository at this point in the history
Test building with g++-5
  • Loading branch information
Dane Springmeyer committed Aug 31, 2016
2 parents 353ee00 + e639605 commit d1d8362
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Expand Up @@ -14,11 +14,18 @@ env:

matrix:
include:
- os: linux
sudo: false
compiler: ": gcc5"
env: JOBS=10 CXX="ccache g++-5" CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: [ 'libstdc++-5-dev','g++-5']
- os: linux
sudo: false
compiler: ": clang"
env: JOBS=10 CXX="ccache clang++-3.8 -Qunused-arguments"
sudo: false
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
Expand All @@ -27,7 +34,6 @@ matrix:
sudo: false
compiler: ": clang-coverage"
env: JOBS=10 CXX="ccache clang++-3.8 -Qunused-arguments" COVERAGE=true BUILDTYPE=Debug
sudo: false
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
Expand Down

0 comments on commit d1d8362

Please sign in to comment.