diff --git a/.travis.yml b/.travis.yml index 653a363f..ca993e04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -137,8 +137,6 @@ matrix: - go: master fast_finish: true <<: *linux_deps - install: - - make deps script: - env GO111MODULE=on make test after_success: diff --git a/Makefile b/Makefile index 314f5c12..b321e544 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file