travis: switch from gcc-6 to gcc-7

* .travis.yml (matrix): Change gcc-6 to gcc-7.
This commit is contained in:
Дмитрий Левин 2017-06-04 14:20:16 +00:00
parent 8a3551abc8
commit 47a6e1ccff

View File

@ -39,13 +39,13 @@ matrix:
- compiler: musl-gcc
env:
- TARGET=x86
- compiler: gcc-6
- compiler: gcc-7
env:
- TARGET=x86_64
- compiler: gcc-6
- compiler: gcc-7
env:
- TARGET=x32
- compiler: gcc-6
- compiler: gcc-7
env:
- TARGET=x86
- compiler: gcc