From: Yann Collet Date: Mon, 24 Dec 2018 12:15:41 +0000 (-0800) Subject: push more tests to master X-Git-Tag: v1.3.8~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1476%2Fhead;p=thirdparty%2Fzstd.git push more tests to master to reduce test time for dev --- 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