From 8fbf811f79d611dd55355734736265dfec20b73f Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 25 Mar 2020 08:28:24 +0900 Subject: Updated e2e tests on travis (#53) * Updated e2e tests on travis - Updated tests to run using Go 1.14 - Added test for containerd 1.3 - Updated release of runsc to test * Fix release downloading in e2e tests * Fix test targets * Update to using Ubuntu bionic in travis tests --- test/e2e/runsc-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e/runsc-install.sh') diff --git a/test/e2e/runsc-install.sh b/test/e2e/runsc-install.sh index 64823bd3b..420fe01e9 100755 --- a/test/e2e/runsc-install.sh +++ b/test/e2e/runsc-install.sh @@ -3,6 +3,6 @@ # Sample script to install runsc wget -q --https-only \ - https://storage.googleapis.com/gvisor/releases/nightly/${RUNSC_VERSION}/runsc + https://storage.googleapis.com/gvisor/releases/${RUNSC_VERSION}/runsc chmod +x runsc sudo mv runsc /usr/local/bin/ -- cgit v1.2.3