Skip to content

Commit

Permalink
ci: attempt to fix travis failing due to goveralls not fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed Apr 6, 2024
1 parent 8a62c66 commit 398f1e0
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
Expand Up @@ -14,7 +14,7 @@ os:
- windows

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

script:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then go test -v ; fi
Expand Down

0 comments on commit 398f1e0

Please sign in to comment.