misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-04-08 20:21:51 +02:00
parent 7e474a0514
commit 8f240d67fc
Failed to generate hash of commit
2 changed files with 22 additions and 0 deletions

21
.travis.yml Normal file
View file

@ -0,0 +1,21 @@
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 python-pyqt5
- make deps
- make protocol
install:
- make daemon/daemon
go_import_path: github.com/evilsocket/opensnitch/daemon
script:
- sudo ./daemon/daemon -h

View file

@ -3,6 +3,7 @@
<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>