Skip to content

Commit

Permalink
Disable certificate-transparency-go integration tests (#822)
Browse files Browse the repository at this point in the history
Temporary until certificate-transparency-go vendors its dependencies, at
which point Travis should work again
  • Loading branch information
codingllama authored Sep 8, 2017
1 parent ee1af48 commit 0a7397d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ install:
- go get -u github.com/golang/protobuf/protoc-gen-go
- go get -u github.com/kisielk/errcheck
- go get -u golang.org/x/tools/cmd/stringer
- go get -u github.com/google/certificate-transparency-go
- go get -d -t github.com/google/certificate-transparency-go/...
- go install github.com/golang/{mock/mockgen,protobuf/protoc-gen-go}
# install vendored protoc-gen-grpc-gateway binary
- go install ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
Expand Down Expand Up @@ -82,8 +80,6 @@ script:
export ETCD_DIR="${GOPATH}/bin"
fi
- ./integration/integration_test.sh
- cd $HOME/gopath/src/github.com/google/certificate-transparency-go
- ./trillian/integration/integration_test.sh
- set +e

services: mysql
Expand Down

0 comments on commit 0a7397d

Please sign in to comment.