Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6f8a3ca..32cc103 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ after_success:
deploy:
- provider: script
skip_cleanup: true
- script: curl -sL https://git.io/goreleaser | bash
+ script: rm ../go.mod; curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $LATEST = true