From 41d69f408f6d22064deb166125ea09a3db53c45a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 20 Feb 2017 18:15:28 -0800 Subject: [PATCH] Don't build on tip for now. x/net has been broken by recent changes to the stdlib internals. Keep this build disabled until it's fixed. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dcd9e3a..ced792a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ go_import_path: go.universe.tf/netboot go: - 1.7 - 1.8 -- tip +# x/net is currently broken in tip, because of a refactoring of the net package. +#- tip os: - linux install: