Skip to content

Commit

Permalink
metrics: add telemetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Jun 7, 2017
1 parent 77787ff commit 8b2f0e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ script:
- |
go list ./cmd/... | xargs -n1 -I{} sh -c 'go test -covermode=atomic -coverprofile=coverage.tmp -coverpkg $(go list ./... | grep -v /vendor | tr "\n" ",") {} && tail -n +2 coverage.tmp >> coverage.txt || exit 255' && rm coverage.tmp
- goveralls -coverprofile="coverage.txt"
- go test -race $(go list ./... | grep -v /vendor | grep -v /cmd)
- docker build -t hydra-travis-ci -f Dockerfile-without-telemetry .
- docker run -d hydra-travis-ci
- DATABASE_URL=memory hydra host --dangerous-auto-logon --dangerous-force-http --disable-telemetry &
Expand Down

0 comments on commit 8b2f0e9

Please sign in to comment.