From 7792c23b149b177e72459ea29549aa54c321e132 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 6 Aug 2019 10:21:11 -0700 Subject: [PATCH] Limit default matrix to runc v2 runtime Explicitly add runc v1 runtime test on Linux Signed-off-by: Derek McGowan --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39a549ca9..bf571ce5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ go: - "1.12.x" env: - - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1 matrix: @@ -23,6 +22,8 @@ matrix: env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0 - os: linux env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1 + - os: linux + env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 go_import_path: github.com/containerd/containerd