From 36c543a7267c0977cbaea667c51fae7dddf618d3 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Mon, 9 Sep 2019 15:08:19 -0700 Subject: [PATCH] Remove extra CI testing on older Ubuntu Testing the older LTS does not require testing the full matrix to test for compatibility. Signed-off-by: Derek McGowan --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66c1dc889..7110c100b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,18 +21,10 @@ env: matrix: include: # Skip testing previous LTS (Xenial / Ubuntu 16.04 LTS) on pull requests - - if: type != pull_request - os: linux - dist: xenial - env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=xenial - if: type != pull_request os: linux dist: xenial env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=xenial - - if: type != pull_request - os: linux - dist: xenial - env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=xenial go_import_path: github.com/containerd/containerd