From: Dmitry V. Levin Date: Wed, 30 May 2018 10:54:34 +0000 (+0000) Subject: travis: switch from gcc-7 to gcc-8 X-Git-Tag: v4.23~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=607f2b5e5897922436da6b971f657ad4c2a9558f;p=strace travis: switch from gcc-7 to gcc-8 * .travis.yml (matrix): Change gcc-7 to gcc-8. --- diff --git a/.travis.yml b/.travis.yml index 5666ab5d..af823f99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,15 +52,15 @@ matrix: env: - TARGET=x86 - STACKTRACE=no - - compiler: gcc-7 + - compiler: gcc-8 env: - TARGET=x86_64 - STACKTRACE=libunwind - - compiler: gcc-7 + - compiler: gcc-8 env: - TARGET=x32 - STACKTRACE=no - - compiler: gcc-7 + - compiler: gcc-8 env: - TARGET=x86 - STACKTRACE=no