From 92317650ecef5d7a339e8ee695842aad2c70dea2 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 6 Sep 2019 12:58:43 -0700 Subject: [PATCH] travis: skipping bom tests for now Signed-off-by: Gyuho Lee --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed0b0ec3f..4a467bc6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,7 @@ script: linux-amd64-fmt) docker run --rm \ --volume=`pwd`:/go/src/go.etcd.io/etcd gcr.io/etcd-development/etcd-test:go${TRAVIS_GO_VERSION} \ - /bin/bash -c "GOARCH=amd64 PASSES='fmt bom dep' ./test" + /bin/bash -c "GOARCH=amd64 PASSES='fmt dep' ./test" ;; linux-amd64-integration-1-cpu) docker run --rm \