From: Ivan Maidanski Date: Thu, 30 Mar 2017 22:18:33 +0000 (+0300) Subject: Travis CI: Use 'dist:trusty' for build with -std=c11 flag X-Git-Tag: v8.0.0~797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a1b2bb2226e6f3e7fd9268f66ddd304c4901587;p=gc Travis CI: Use 'dist:trusty' for build with -std=c11 flag (fix commit 47483e7) --- diff --git a/.travis.yml b/.travis.yml index 0391487b..8ce819fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,6 +76,7 @@ matrix: - CONF_OPTIONS="--enable-cplusplus" - os: linux compiler: gcc + dist: trusty env: - CFLAGS_EXTRA="-std=c11 -D GC_NO_SIGSETJMP" - CONF_OPTIONS="--disable-threads --enable-gc-assertions --enable-cplusplus"