From: Yann Collet Date: Tue, 26 Nov 2019 23:01:16 +0000 (-0800) Subject: travisCI : removed `trusty` generic statement X-Git-Tag: v1.4.5^2~140^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57be339ab78c0a23b75eba23bbd4f4b553341e7;p=thirdparty%2Fzstd.git travisCI : removed `trusty` generic statement trusty is out of long term support. let's run (most) tests on "current" platform. --- diff --git a/.travis.yml b/.travis.yml index 27479517b..524d183f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ # Medium Tests: Run on all commits/PRs to dev branch language: c -dist: trusty git: depth: 1