Skip to content

Commit ced1833

Browse files
committed
Modify .travis.yml
1 parent 0661bdb commit ced1833

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
@@ -2,7 +2,7 @@ language: go
22
go:
33
- tip
44
before_install:
5-
- make init
5+
- make
66
script:
77
- make unit-report
88
after_success:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ $(TARGETS):
1515
@go install -v $@
1616

1717
.PHONY: unit unit-report
18-
unit: lint vet cyclo $(TARGETS) test
19-
unit-report: lint vet cyclo $(TARGETS) test-report
18+
unit: lint vet cyclo test
19+
unit-report: lint vet cyclo test-report
2020

2121
.PHONY: lint vet cyclo test coverage test-report
2222
lint: golint

0 commit comments

Comments
 (0)