mirror of
https://github.com/safing/portmaster
synced 2025-04-25 13:29:10 +00:00
Install libnetfilter-queue-dev on linux
This commit is contained in:
parent
d1430fe79d
commit
730501c3b1
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@ branches:
|
|||
- /^feature\/travis\/.+$/ # feature/travis/*
|
||||
- /^fix\/travis\/.+$/ # fix/travis/*
|
||||
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -y install libnetfilter-queue-dev
|
||||
|
||||
install:
|
||||
- go get -d -u github.com/golang/dep
|
||||
- go install github.com/golang/dep/cmd/dep
|
||||
|
|
Loading…
Add table
Reference in a new issue