Skip to content

Commit

Permalink
add gcc6 compiler to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
agauniyal committed Sep 3, 2016
1 parent dda2f33 commit 1bc6cde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ matrix:
env:
- COMPILER=g++-5

- os: linux
compiler: gcc
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-6']

env:
- COMPILER=g++-6

- os: linux
compiler: clang
addons:
Expand Down

0 comments on commit 1bc6cde

Please sign in to comment.