Handle dependencies in gomfile

This commit is contained in:
jola5
2017-02-09 10:19:38 +01:00
parent 4456f8da57
commit 38a9917815
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -27,7 +27,6 @@ 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