dear travis ... FU!

This commit is contained in:
evilsocket 2018-04-12 11:57:01 +02:00
parent d2e20400f2
commit b58cae8d42
Failed to generate hash of commit
3 changed files with 1 additions and 24 deletions

View file

@ -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

View file

@ -3,7 +3,6 @@
<p align="center"> <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/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://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> <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>
</p> </p>

View file

@ -2,5 +2,5 @@ grpcio==1.0.0
grpcio-tools==1.10.1 grpcio-tools==1.10.1
pyinotify==0.9.6 pyinotify==0.9.6
unicode_slugify==0.1.3 unicode_slugify==0.1.3
pyqt5 pyqt5==5.10.1
configparser==3.5.0 configparser==3.5.0