Travis CI: Use 'dist:trusty' for build with -std=c11 flag
authorIvan Maidanski <ivmai@mail.ru>
Thu, 30 Mar 2017 22:18:33 +0000 (01:18 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 30 Mar 2017 22:18:33 +0000 (01:18 +0300)
(fix commit 47483e7)

.travis.yml

index 0391487..8ce819f 100644 (file)
@@ -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"