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:
authorNick Snyder <nickdsnyder@gmail.com>2019-06-13 20:24:35 +0300
committerNick Snyder <nickdsnyder@gmail.com>2019-06-13 20:24:35 +0300
commit48ecfc2ea7b054b6a1717f2cc40c63d4097d9576 (patch)
tree7afccb6b0abf3892b9d8387fe3d90a0bcac83fe1
parent0e318ba84f0fa973bd1901f0c3aa8eb4b87ea600 (diff)
remove go.mod
-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