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

This commit is contained in:
Simone Margaritelli 2019-10-18 15:27:49 +02:00
parent eef9b64d01
commit 266edb0631
No known key found for this signature in database
GPG key ID: 82E42E7F3B34C97E
2 changed files with 1 additions and 3 deletions

View file

@ -137,8 +137,6 @@ matrix:
- go: master
fast_finish: true
<<: *linux_deps
install:
- make deps
script:
- env GO111MODULE=on make test
after_success:

View file

@ -40,4 +40,4 @@ clean:
$(RM) $(TARGET)
$(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