mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 05:22:04 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
eef9b64d01
commit
266edb0631
2 changed files with 1 additions and 3 deletions
|
@ -137,8 +137,6 @@ matrix:
|
||||||
- go: master
|
- go: master
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
<<: *linux_deps
|
<<: *linux_deps
|
||||||
install:
|
|
||||||
- make deps
|
|
||||||
script:
|
script:
|
||||||
- env GO111MODULE=on make test
|
- env GO111MODULE=on make test
|
||||||
after_success:
|
after_success:
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -40,4 +40,4 @@ clean:
|
||||||
$(RM) $(TARGET)
|
$(RM) $(TARGET)
|
||||||
$(RM) -r build
|
$(RM) -r build
|
||||||
|
|
||||||
.PHONY: all build build_with_race_detector resources install docker test html_coverage benchmark fmt clean
|
.PHONY: all build build_with_race_detector resources install docker test html_coverage benchmark fmt clean
|
Loading…
Add table
Add a link
Reference in a new issue