[lxc-devel] [lxd/master] travis: Limit to just Go 1.9

stgraber on Github lxc-bot at linuxcontainers.org
Thu Dec 14 16:53:25 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20171214/b9dec1bf/attachment.bin>
-------------- next part --------------
From 3f03cad887dc5334aa2edc742abf719b464f11d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 14 Dec 2017 11:52:40 -0500
Subject: [PATCH] travis: Limit to just Go 1.9
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 643ebffc7..1c7585865 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,7 @@ os:
   - osx
 
 go:
-  - 1.8
   - 1.9
-  - tip
 
 matrix:
   fast_finish: true


More information about the lxc-devel mailing list