Skip to content

Commit

Permalink
Disable race check again
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Feb 27, 2019
1 parent 988bc19 commit 971e651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ before_script:

script:
- test -z $(gofmt -s -l $NO_VENDOR)
- go test -v -tags ci -race ./...
- go test -v -tags ci ./...
- go vet -tags ci -unsafeptr=false ./...
- golint -set_exit_status $(go list -tags ci ./...) || exit 1
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit; fi'
- go test -tags ci -race -covermode=atomic -coverprofile=coverage.out ./...
- go test -tags ci -covermode=atomic -coverprofile=coverage.out ./...
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN


Expand Down

0 comments on commit 971e651

Please sign in to comment.