Skip to content

Commit

Permalink
Don't needlessly rerun tests anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
pboothe committed Feb 19, 2019
1 parent 0f74690 commit 7ff31ea
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,33 +68,6 @@ script:
# Run all tests and gather and submit coverage information.
- GCLOUD_PROJECT=mlab-testing go test -coverprofile=cover.cov ./...
- $HOME/gopath/bin/goveralls -coverprofile=cover.cov -service=travis-ci
# Run the flaky test many many times.
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
- go test ./metrics/... -count=1
# Run benchmarks
- go test -bench . ./geolite2/...

Expand Down

0 comments on commit 7ff31ea

Please sign in to comment.