Skip to content

Commit

Permalink
include g++-6 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinhenz committed Jan 20, 2017
1 parent 36f014e commit c837190
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ matrix:
packages:
- g++-5
env: CXX=g++-5
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
env: CXX=g++-6
- compiler: clang
addons:
apt:
Expand Down

0 comments on commit c837190

Please sign in to comment.