Skip to content

Commit c37a125

Browse files
author
Simon Pickartz
committed
include gcc7 in tests
1 parent 9bc72d0 commit c37a125

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ matrix:
3434
env:
3535
- COMPILERCXX=g++-6
3636
- COMPILERC=gcc-6
37+
- compiler: gcc
38+
addons:
39+
apt:
40+
sources:
41+
- ubuntu-toolchain-r-test
42+
packages:
43+
- g++-7
44+
env:
45+
- COMPILERCXX=g++-7
46+
- COMPILERC=gcc-7
3747
- compiler: clang
3848
env:
3949
- COMPILERC=clang

0 commit comments

Comments
 (0)