Skip to content

Commit 8ab81a0

Browse files
authored
Merge pull request #3642 from dmcgowan/remove-duplicated-travis-tests
[CI] remove extra testing on older Ubuntu
2 parents 9741f03 + 36c543a commit 8ab81a0

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)