Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit a79bc09

Browse files
authored
Merge pull request #283 from mcuadros/travis
travis update to 1.8 and makefile silence commands
2 parents 6430e6c + ca6518f commit a79bc09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.7
4+
- 1.8
55
- tip
66

77
env:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ build-git:
3131
fi
3232

3333
test:
34-
cd $(WORKDIR); \
34+
@cd $(WORKDIR); \
3535
$(GOTEST) ./...
3636

3737
test-coverage:
38-
cd $(WORKDIR); \
38+
@cd $(WORKDIR); \
3939
echo "" > $(COVERAGE_REPORT); \
4040
for dir in `find . -name "*.go" | grep -o '.*/' | sort | uniq`; do \
4141
$(GOTEST) $$dir -coverprofile=$(COVERAGE_PROFILE) -covermode=$(COVERAGE_MODE); \

0 commit comments

Comments
 (0)