From 3c2b1cd76abee461dd55792ee12f428a0b0f7c8f Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 14 Aug 2019 04:23:36 -0700 Subject: [PATCH] travis: do not run functional for now Signed-off-by: Gyuho Lee --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f17f95dc..885d677b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ env: matrix: - TARGET=linux-amd64-integration-1-cpu - TARGET=linux-amd64-integration-4-cpu - - TARGET=linux-amd64-functional - TARGET=linux-amd64-unit - TARGET=linux-amd64-e2e - TARGET=all-build @@ -44,9 +43,6 @@ script: linux-amd64-integration-4-cpu) GOARCH=amd64 CPU=4 PASSES='integration' ./test ;; - linux-amd64-functional) - GOARCH=amd64 PASSES='functional' ./test - ;; linux-amd64-unit) GOARCH=amd64 PASSES='unit' ./test ;;