From 3d4a4cb61733a29b344f9e4e30d7ae73f4abfb91 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 23 Apr 2016 20:50:49 +0900 Subject: [PATCH] Disable integration tests due to golang build failure --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa7bafc0..09c65c3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,9 @@ script: - make - make check - cd integration-tests - - export GOPATH="$PWD/integration-tests/golang" - - make itprep - - make it + # As of April, 23, 2016, golang http2 build fails, probably because + # the default go version is too old. + + # - export GOPATH="$PWD/integration-tests/golang" + # - make itprep + # - make it