From 90d03e586e62fdbc5f4205cd068c093e7ad24b91 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Mon, 7 May 2018 13:06:57 -0700 Subject: [PATCH] Travis: Remove website-test from list of jobs for now This is currently broken - from the looks of it there are some resource or configuration issues starting the website docker container that need fixing. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6800df791..9a17ff26f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: - make test - make vendor-status - make vet -- make website-test +# - make website-test branches: only: