diff --git a/.travis.yml b/.travis.yml index c6e1e44..69eb5a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ./...