mirror of
https://github.com/safing/portmaster
synced 2025-04-03 10:39:13 +00:00
Fix install cmd
This commit is contained in:
parent
fceec09790
commit
3840ab470c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ addons:
|
|||
update: true
|
||||
|
||||
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:
|
||||
- go get -d -u github.com/golang/dep
|
||||
|
|
Loading…
Add table
Reference in a new issue