mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
dear travis ... FU!
This commit is contained in:
parent
d2e20400f2
commit
b58cae8d42
3 changed files with 1 additions and 24 deletions
22
.travis.yml
22
.travis.yml
|
@ -1,22 +0,0 @@
|
|||
language: go
|
||||
sudo: false
|
||||
go:
|
||||
- 1.9.x
|
||||
|
||||
git:
|
||||
depth: 3
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y libpcap-dev libnetfilter-queue-dev python3 python3-pip
|
||||
- wget https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip -O /tmp/protoc.zip
|
||||
- unzip -o /tmp/protoc.zip -d /tmp/protoc
|
||||
- export PATH=$PATH:/tmp/protoc/bin/
|
||||
- go get github.com/golang/protobuf/protoc-gen-go
|
||||
- go get -v github.com/Masterminds/glide
|
||||
- sudo pip3 install --upgrade setuptools
|
||||
- make deps
|
||||
|
||||
script:
|
||||
- make protocol
|
||||
- make daemon/opensnitchd
|
|
@ -3,7 +3,6 @@
|
|||
<p align="center">
|
||||
<a href="https://github.com/evilsocket/opensnitch/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/evilsocket/opensnitch.svg?style=flat-square"></a>
|
||||
<a href="https://github.com/evilsocket/opensnitch/blob/master/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-GPL3-brightgreen.svg?style=flat-square"></a>
|
||||
<a href="https://travis-ci.org/evilsocket/opensnitch"><img alt="Travis" src="https://img.shields.io/travis/evilsocket/opensnitch/master.svg?style=flat-square"></a>
|
||||
<a href="https://goreportcard.com/report/github.com/evilsocket/opensnitch/daemon"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/evilsocket/opensnitch/daemon?style=flat-square"></a>
|
||||
</p>
|
||||
</p>
|
||||
|
|
|
@ -2,5 +2,5 @@ grpcio==1.0.0
|
|||
grpcio-tools==1.10.1
|
||||
pyinotify==0.9.6
|
||||
unicode_slugify==0.1.3
|
||||
pyqt5
|
||||
pyqt5==5.10.1
|
||||
configparser==3.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue