travis needs the airbrake hook

This commit is contained in:
dmathieu
2017-07-19 16:53:07 +02:00
parent bfff600029
commit a4149b6fd1
+1
View File
@@ -8,5 +8,6 @@ env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
install:
- go get github.com/stretchr/testify/assert
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
script:
- go test -race -v ./...