We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9741f03 + 36c543a commit 8ab81a0Copy full SHA for 8ab81a0
1 file changed
.travis.yml
@@ -21,18 +21,10 @@ env:
21
matrix:
22
include:
23
# 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
28
- if: type != pull_request
29
os: linux
30
dist: xenial
31
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=xenial
32
33
34
35
- env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=xenial
36
37
go_import_path: github.com/containerd/containerd
38
0 commit comments