From 2f82d684303fcf069666fd383a7df5adb405cdc1 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 16 Feb 2017 23:12:22 +0100 Subject: [PATCH] Disable sdist setting for now while investigate server problem. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 88135ba81..f4bb18401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ os: env: - VIA=compile LC_ALL=en_US.ascii - VIA=compile - - VIA=sdist + +# - VIA=sdist install: - "./travis.sh"