From e4cb346c3ae8388656165842a1d28ad361caaf1c Mon Sep 17 00:00:00 2001 From: Vimal K Date: Sat, 14 Sep 2019 13:57:55 -0700 Subject: [PATCH] travis: re-enable bom tests bill-of-materials was fixed for module aware 'go list' as part of https://github.com/coreos/license-bill-of-materials/pull/17 So can re enable bom tests fixes #11132 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4a467bc6d..ed0b0ec3f 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 dep' ./test" + /bin/bash -c "GOARCH=amd64 PASSES='fmt bom dep' ./test" ;; linux-amd64-integration-1-cpu) docker run --rm \