mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-09-16 09:06:19 +02:00
Removed coveralls, because it was failing way to often, but not for the unit tests reasons
This commit is contained in:
@@ -10,9 +10,7 @@ go:
|
|||||||
- 1.8
|
- 1.8
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get ./...
|
- go get -t ./...
|
||||||
- go get github.com/mattn/goveralls
|
|
||||||
- go get golang.org/x/tools/cmd/cover
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
[](https://godoc.org/github.com/andygrunwald/go-jira)
|
[](https://godoc.org/github.com/andygrunwald/go-jira)
|
||||||
[](https://travis-ci.org/andygrunwald/go-jira)
|
[](https://travis-ci.org/andygrunwald/go-jira)
|
||||||
[](https://goreportcard.com/report/github.com/andygrunwald/go-jira)
|
[](https://goreportcard.com/report/github.com/andygrunwald/go-jira)
|
||||||
[](https://coveralls.io/github/andygrunwald/go-jira?branch=master)
|
|
||||||
|
|
||||||
[Go](https://golang.org/) client library for [Atlassian JIRA](https://www.atlassian.com/software/jira).
|
[Go](https://golang.org/) client library for [Atlassian JIRA](https://www.atlassian.com/software/jira).
|
||||||
|
|
||||||
@@ -252,4 +251,4 @@ If you are new to pull requests, checkout [Collaborating on projects using issue
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is released under the terms of the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
|
This project is released under the terms of the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
|
||||||
|
Reference in New Issue
Block a user