From: cyan4973 Date: Sun, 5 Feb 2017 05:39:41 +0000 (-0800) Subject: removed gzstd test from travis X-Git-Tag: v1.1.3^2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f31b76d1d9af3268de2da027a0e88b6cb07e07e;p=thirdparty%2Fzstd.git removed gzstd test from travis this target does no longer exist --- diff --git a/.travis.yml b/.travis.yml index ba9f9965d..90306dab1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: # Standard Ubuntu 12.04 LTS Server Edition 64 bit - - env: Ubu=12.04 Cmd="make -C programs zstd-small zstd-decompress zstd-compress && make -C tests test-gzstd && make -C programs clean && make -C tests versionsTest" + - env: Ubu=12.04 Cmd="make -C programs zstd-small zstd-decompress zstd-compress && make -C programs clean && make -C tests versionsTest" os: linux sudo: required