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:
|
install:
|
||||||
- go get github.com/stretchr/testify/assert
|
- go get github.com/stretchr/testify/assert
|
||||||
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
|
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
|
||||||
|
- go get golang.org/x/sys/unix
|
||||||
script:
|
script:
|
||||||
- go test -race -v ./...
|
- go test -race -v ./...
|
||||||
|
|
Loading…
Reference in New Issue