Skip to content

Commit

Permalink
chore(ci): use new go install method for goveralls
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Aug 12, 2022
1 parent 11c2c49 commit 0ca3374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

before_install:
- go get github.com/mattn/goveralls
- go install github.com/mattn/goveralls@latest

script:
- go test
Expand Down

0 comments on commit 0ca3374

Please sign in to comment.