From 8cb8a25e9c58df8087286ff4ff710a9af52dc750 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 25 Dec 2017 09:37:41 +0300 Subject: [PATCH] Travis CI: Do not use 'trusty' build environment (back-port of commit ba6de2c from 'release-7_6') --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 334d9e7..64fc243 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ matrix: compiler: gcc - os: osx - os: linux - dist: trusty env: - MAKEFILE_TARGET=distcheck - AUTOMAKE_VER=1.15 @@ -33,7 +32,6 @@ matrix: - CONF_OPTIONS="--enable-assertions" - os: linux compiler: clang - dist: trusty env: - CFLAGS_EXTRA="-march=native -std=c11" - os: linux @@ -81,7 +79,6 @@ matrix: sources: - ubuntu-toolchain-r-test compiler: gcc-5 - dist: trusty env: - CFLAGS_EXTRA="-mx32 -march=native -D _FORTIFY_SOURCE=2" - CONF_OPTIONS="--enable-assertions --enable-shared" @@ -91,7 +88,6 @@ matrix: packages: - musl-tools compiler: musl-gcc - dist: trusty env: - CFLAGS_EXTRA="-march=native" - CONF_OPTIONS="--enable-assertions" @@ -101,7 +97,6 @@ matrix: packages: - gcc-mingw-w64 compiler: x86_64-w64-mingw32-gcc - dist: trusty env: - CONF_OPTIONS="--host=x86_64-w64-mingw32 --enable-shared" - MAKEFILE_TARGET=all -- 2.7.4