From: Dmitry V. Levin Date: Sun, 4 Jun 2017 14:20:16 +0000 (+0000) Subject: travis: switch from gcc-6 to gcc-7 X-Git-Tag: v4.18~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47a6e1ccff0d4366d0d49090d9cb1601ddb7b483;p=strace travis: switch from gcc-6 to gcc-7 * .travis.yml (matrix): Change gcc-6 to gcc-7. --- diff --git a/.travis.yml b/.travis.yml index f20f87ba..9abc3df8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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