Skip to content

Commit 36c543a

Browse files
committed
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 <[email protected]>
1 parent 65a6d0a commit 36c543a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,10 @@ env:
2121
matrix:
2222
include:
2323
# Skip testing previous LTS (Xenial / Ubuntu 16.04 LTS) on pull requests
24-
- if: type != pull_request
25-
os: linux
26-
dist: xenial
27-
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=xenial
2824
- if: type != pull_request
2925
os: linux
3026
dist: xenial
3127
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=xenial
32-
- if: type != pull_request
33-
os: linux
34-
dist: xenial
35-
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=xenial
3628

3729
go_import_path: github.com/containerd/containerd
3830

0 commit comments

Comments
 (0)