Skip to content

Commit

Permalink
Fixing coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlbr committed Jan 17, 2020
1 parent 084056a commit 5959165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ git:
go:
- tip
before_install:
- go get github.com/wlbr/templify
- go get github.com/mattn/goveralls
- $HOME/gopath/bin/goveralls -service=travis-ci
script:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generate: embed.tpl ## generate the code generation template (called by build).
build: generate mule.go embed.go ## create executable.
go build mule.go embed.go

test: mule.go embed.tpl embed.go mule_test.go ## run the tests.
test: generate mule.go embed.tpl embed.go mule_test.go ## run the tests.
go test

examples: example/ex.tpl example/templifying.go ## compile ht example in its subfolder.
Expand Down

0 comments on commit 5959165

Please sign in to comment.