Fix golang.org/x/sys/unix dependency issue

This commit is contained in:
jola5
2017-01-28 22:44:18 +01:00
parent b948180b4e
commit 3040e7360a
+1
View File
@@ -27,6 +27,7 @@ before_install:
- mkdir -p $GOPATH/src/github.com/smira
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/smira || true
- cd $GOPATH/src/github.com/smira/aptly
- go get golang.org/x/sys/unix
install:
- make prepare