install x/sys/unix before running the travis tests

This commit is contained in:
dmathieu 2017-07-25 10:26:58 +02:00
parent a9ca4bfe68
commit 0af92424f9
1 changed files with 1 additions and 0 deletions

View File

@ -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 ./...