prepared for travis

This commit is contained in:
evilsocket 2018-01-07 16:42:46 +01:00
commit be6137a6ea
2 changed files with 19 additions and 0 deletions

16
.travis.yml Normal file
View file

@ -0,0 +1,16 @@
language: go
sudo: false
go:
- 1.9.x
git:
depth: 3
install:
- make deps
go_import_path: github.com/evilsocket/bettercap-ng
script:
- make test

View file

@ -29,6 +29,9 @@ deps:
@go get github.com/malfunkt/iprange
@go get github.com/rogpeppe/go-charset/charset
test:
@go test ./...
clean:
@rm -rf $(TARGET) net/oui_compiled.go