Skip to content

Commit

Permalink
Revert "Disable certificate-transparency-go integration tests (#822)" (
Browse files Browse the repository at this point in the history
…#826)

This reverts commit 0a7397d.
  • Loading branch information
daviddrysdale authored Sep 11, 2017
1 parent c0a3328 commit 0c59ad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ 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 @@ -80,6 +82,8 @@ 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 0c59ad6

Please sign in to comment.