Skip to content

Commit

Permalink
Trying add gcc version 5 and 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Sep 29, 2016
1 parent 1c791c7 commit 69adb70
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,28 @@ matrix:
addons: *clang38

# Gcc
- env: GCC_VERSION=6 ASAN=off LIBCXX=off
os: linux
compiler: gcc-6
addons: &gcc6
apt:
packages:
- g++-6
- valgrind
sources:
- ubuntu-toolchain-r-test

- env: GCC_VERSION=5 ASAN=off LIBCXX=off
os: linux
compiler: gcc-5
addons: &gcc5
apt:
packages:
- g++-5
- valgrind
sources:
- ubuntu-toolchain-r-test

- env: GCC_VERSION=4.9 ASAN=off LIBCXX=off
os: linux
compiler: gcc-4.9
Expand Down

0 comments on commit 69adb70

Please sign in to comment.