From 0af92424f930d002655a7168c88668a6af2c332f Mon Sep 17 00:00:00 2001 From: dmathieu <42@dmathieu.com> Date: Tue, 25 Jul 2017 10:26:58 +0200 Subject: [PATCH] install x/sys/unix before running the travis tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 69eb5a4..28a702a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ./...