aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-02-21 19:01:00 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-02-21 19:01:00 +0100
commitca6518ff8cd2f7e8446fe31b76aad63a40fde887 (patch)
tree97fad2b721fcfe4c8c709febcc0081884e08bbec /Makefile
parent4e4a85703c5ce5384a58e85bafc58cc235793ab8 (diff)
downloadgo-git-ca6518ff8cd2f7e8446fe31b76aad63a40fde887.tar.gz
travis update to 1.8 and makefile silence commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8b1de74..d3e7fdc 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,11 @@ build-git:
fi
test:
- cd $(WORKDIR); \
+ @cd $(WORKDIR); \
$(GOTEST) ./...
test-coverage:
- cd $(WORKDIR); \
+ @cd $(WORKDIR); \
echo "" > $(COVERAGE_REPORT); \
for dir in `find . -name "*.go" | grep -o '.*/' | sort | uniq`; do \
$(GOTEST) $$dir -coverprofile=$(COVERAGE_PROFILE) -covermode=$(COVERAGE_MODE); \