Skip to content

Commit

Permalink
chore: fix travis paths
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfisher committed Oct 20, 2018
1 parent 87385d1 commit c9d2cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ before_script:

after_success:
- make cover
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: test demo

.PHONY: test
test:
go test ./tests/* -v -count 1 -v
go test ./tests/* -v -count 1

cover:
go test ./tests/* -v -covermode=count -coverprofile=coverage.out
Expand Down

0 comments on commit c9d2cd8

Please sign in to comment.