mirror of https://github.com/sirupsen/logrus.git
install x/sys/unix before running the travis tests
This commit is contained in:
parent
a9ca4bfe68
commit
0af92424f9
|
@ -9,5 +9,6 @@ env:
|
|||
install:
|
||||
- go get github.com/stretchr/testify/assert
|
||||
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
|
||||
- go get golang.org/x/sys/unix
|
||||
script:
|
||||
- go test -race -v ./...
|
||||
|
|
Loading…
Reference in New Issue