mirror of https://github.com/sirupsen/logrus.git
travis needs the airbrake hook
This commit is contained in:
parent
bfff600029
commit
a4149b6fd1
|
@ -8,5 +8,6 @@ env:
|
||||||
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
||||||
install:
|
install:
|
||||||
- go get github.com/stretchr/testify/assert
|
- go get github.com/stretchr/testify/assert
|
||||||
|
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
|
||||||
script:
|
script:
|
||||||
- go test -race -v ./...
|
- go test -race -v ./...
|
||||||
|
|
Loading…
Reference in New Issue