mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
prepared for travis
This commit is contained in:
parent
f992cb50f2
commit
be6137a6ea
2 changed files with 19 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -29,6 +29,9 @@ deps:
|
||||||
@go get github.com/malfunkt/iprange
|
@go get github.com/malfunkt/iprange
|
||||||
@go get github.com/rogpeppe/go-charset/charset
|
@go get github.com/rogpeppe/go-charset/charset
|
||||||
|
|
||||||
|
test:
|
||||||
|
@go test ./...
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf $(TARGET) net/oui_compiled.go
|
@rm -rf $(TARGET) net/oui_compiled.go
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue