From b3be8994692eb6872b180cb4181478799742c958 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 14 Dec 2018 01:38:06 +0700 Subject: [PATCH] travis: Use script instead of Cmd env --- .travis.yml | 220 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 142 insertions(+), 78 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8cb40b1e1..4105c1f09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,58 +4,6 @@ language: c dist: trusty sudo: required -addons: - apt: - update: true - -matrix: - fast_finish: true - include: - # Ubuntu 14.04 - - env: Cmd='make test' - - - env: Cmd='make gcc6install && CC=gcc-6 CFLAGS=-Werror make -j all - && make clean && CC=gcc-6 make -j uasan-test-zstd