From 2a1b2bb2226e6f3e7fd9268f66ddd304c4901587 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 31 Mar 2017 01:18:33 +0300 Subject: [PATCH] Travis CI: Use 'dist:trusty' for build with -std=c11 flag (fix commit 47483e7) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1