Skip to content

Commit c19dae6

Browse files
authored
Merge pull request #207 from JohanMabille/ci
Added g++7 in CI
2 parents a08c6c0 + 58f5f3e commit c19dae6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ matrix:
3434
packages:
3535
- g++-6
3636
env: COMPILER=gcc GCC=6 PY=3
37+
- os: linux
38+
addons:
39+
apt:
40+
sources:
41+
- ubuntu-toolchain-r-test
42+
packages:
43+
- g++-7
44+
env: COMPILER=gcc GCC=7 PY=3
3745
- os: linux
3846
addons:
3947
apt:

0 commit comments

Comments
 (0)