Skip to content

Commit

Permalink
try build with -mod=readonly for test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hardwick authored Feb 27, 2020
1 parent 146f689 commit 31f45eb
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 @@ -22,7 +22,7 @@ install: true
script:
- go mod vendor
- diff -u <(echo -n) <(gofmt -d .)
- go test -v -mod=vendor ./...
- go test -v -mod=readonly ./...

after_success:
- go get -u -d github.com/spf13/hugo
Expand Down

0 comments on commit 31f45eb

Please sign in to comment.