From c912afd7a9093d5126f9dcec7be7b12c231d29a3 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 28 Feb 2018 10:39:10 -0600 Subject: [PATCH] moving to go1.10 only Signed-off-by: Mike Brown --- .travis.yml | 29 ----------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5e67fb65..32157f2bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,12 +28,6 @@ before_script: jobs: include: - stage: Build - script: - - make install.tools - - make .gitvalidation - - make binaries - - make containerd - go: "1.9.x" - script: - make install.tools - make .gitvalidation @@ -41,18 +35,6 @@ jobs: - make containerd go: "1.10" - stage: Test - script: - - make install.deps - - make test - - make test-integration - - make test-cri - after_script: - # Abuse travis to preserve the log. - - cat /tmp/test-integration/cri-containerd.log - - cat /tmp/test-integration/containerd.log - - cat /tmp/test-cri/cri-containerd.log - - cat /tmp/test-cri/containerd.log - go: "1.9.x" - script: - make install.deps - make test @@ -65,17 +47,6 @@ jobs: - cat /tmp/test-cri/cri-containerd.log - cat /tmp/test-cri/containerd.log go: "1.10" - - script: - - make install.deps - - make containerd - - sudo make install-containerd - - make test-integration STANDALONE_CRI_CONTAINERD=false - - make test-cri STANDALONE_CRI_CONTAINERD=false - after_script: - # Abuse travis to preserve the log. - - cat /tmp/test-integration/containerd.log - - cat /tmp/test-cri/containerd.log - go: "1.9.x" - script: - make install.deps - make containerd diff --git a/README.md b/README.md index 8b4921e75..060376fba 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ backport version of `libseccomp-dev` is required. See [travis.yml](.travis.yml) 2. Install other dependencies: * **`nsenter`**: Required by CNI and portforward. * **`socat`**: Required by portforward. -3. Install and setup a go 1.9.x development environment. +3. Install and setup a go 1.10 development environment. 4. Make a local clone of this repository. 5. Install binary dependencies by running the following command from your cloned `cri-containerd/` project directory: ```bash