Skip to content

Commit

Permalink
travis: add GCC 6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nemequ committed Jun 14, 2016
1 parent 820cd80 commit 47dd6fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branches:
env:
matrix:
# Latest versions of each compiler
- COMPILER=gcc-5 BUILD_TYPE=debug
- COMPILER=gcc-6 BUILD_TYPE=debug
- COMPILER=clang BUILD_TYPE=debug
- COMPILER=x86_64-w64-mingw32-gcc BUILD_TYPE=debug
- COMPILER=i686-w64-mingw32-gcc BUILD_TYPE=debug
Expand All @@ -23,14 +23,15 @@ env:
# - COMPILER=gcc-6 BUILD_TYPE=tsan

# Test release mode
- COMPILER=gcc-5 BUILD_TYPE=release
- COMPILER=gcc-6 BUILD_TYPE=release
- COMPILER=clang BUILD_TYPE=release

# Older compilers
- COMPILER=gcc-4.6 BUILD_TYPE=debug
- COMPILER=gcc-4.7 BUILD_TYPE=debug
- COMPILER=gcc-4.8 BUILD_TYPE=debug
- COMPILER=gcc-4.9 BUILD_TYPE=debug
- COMPILER=gcc-5 BUILD_TYPE=debug
# Offline until http://llvm.org/apt/ comes back :(
# - COMPILER=clang-3.4 BUILD_TYPE=debug
# - COMPILER=clang-3.5 BUILD_TYPE=debug
Expand Down

0 comments on commit 47dd6fc

Please sign in to comment.