Skip to content

Commit

Permalink
Suspending travis coverall due to hard-to-understand errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Mar 17, 2017
1 parent 3e2bec8 commit 7c8866e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ go:
- 1.7
- 1.8
- tip

# Next lines seem to fail horribly
#- go test -v -covermode=count -coverprofile=coverage.out
#- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken KOlKyOXz0qSjAqvfTF28RzNlr3unxjrLh -ignore arraycontainer_gen.go,bitmapcontainer_gen.go,rle16_gen.go,rle_gen.go,roaringarray_gen.go,rle.go



script:
- go test
- go test -race -run TestConcurrent*
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken KOlKyOXz0qSjAqvfTF28RzNlr3unxjrLh -ignore arraycontainer_gen.go,bitmapcontainer_gen.go,rle16_gen.go,rle_gen.go,roaringarray_gen.go,rle.go
- GOARCH=arm64 go build
- GOARCH=386 go build
- GOARCH=arm go build
Expand Down

0 comments on commit 7c8866e

Please sign in to comment.