Fix install cmd
This commit is contained in:
@@ -19,7 +19,7 @@ addons:
|
|||||||
update: true
|
update: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -y install libnetfilter-queue-dev
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -y install libnetfilter-queue-dev; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -d -u github.com/golang/dep
|
- go get -d -u github.com/golang/dep
|
||||||
|
|||||||
Reference in New Issue
Block a user