From 1211cae5611a1ac891f0901db7fc9bb49798bfad Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 20 Apr 2019 12:38:36 +0900 Subject: [PATCH] Removed make deps from tests --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98cd7d3c..65c4b979 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,6 @@ before_script: # script always run to completion (set +e). All of these code checks are must haves # in a modern Go project. script: - - make deps # Get dependencies. Allow this to fail because components cannot be found. - make all # Build - go test -v . # Run all the tests # - go test -v -race ./... # Run all the tests with the race detector enabled