Skip to content

Commit

Permalink
[-] updated travis config to use correct version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh committed Feb 14, 2021
1 parent 3177bc5 commit c555c39
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 @@ -11,7 +11,7 @@ before_install:

script:
# go.mod is overwritten to avoid go version being part of the mod file, which fails tests on mismatching version
- echo "module github.com/bnkamalesh/webgo/v4" > go.mod
- echo "module github.com/bnkamalesh/webgo/v5" > go.mod
- go test -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v /cmd)

after_success:
Expand Down

0 comments on commit c555c39

Please sign in to comment.