Using GCC 7.0 instead of GCC 7.1

This commit is contained in:
Christophe Riccio
2017-08-17 14:20:31 +02:00
parent d74732f985
commit c23162a62a
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7.1
env: COMPILER=g++-7.1
- g++-7
env: COMPILER=g++-7
- compiler: clang
addons:
apt: