From 7d51e1a5ec187992a8a0b8e52af3174d9fc1ff06 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 24 Dec 2018 04:15:41 -0800 Subject: [PATCH] push more tests to master to reduce test time for dev --- .travis.yml | 70 ++++++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 38 deletions(-) diff --git a/.travis.yml b/.travis.yml index efcd18532..3ad59d2b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,29 +31,26 @@ matrix: script: - make test - - name: Trusty (gcc-6 + ASan + UBSan + Test Zstd) + - name: gcc-6 + gcc-7 compilation script: - - make gcc6install + - make gcc6install gcc7install - CC=gcc-6 CFLAGS=-Werror make -j all - make clean - - CC=gcc-6 make -j uasan-test-zstd