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 19:23:57 +0300
committerNick Snyder <nickdsnyder@gmail.com>2019-06-13 19:23:57 +0300
commit0e318ba84f0fa973bd1901f0c3aa8eb4b87ea600 (patch)
tree63ccac9a7a44011974c7de71c0e56e36b4b2133a
parentde0ca95327d8ce5c868826c62a745bde0abca0bf (diff)
fix automatic release
-rw-r--r--.gitignore2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a762d33..6685f2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,5 +7,5 @@ output/
v2/example/example
v2/goi18n/goi18n
-
v2/dist/
+v2/coverage.txt
diff --git a/.travis.yml b/.travis.yml
index c40ce53..6f8a3ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ after_success:
deploy:
- provider: script
skip_cleanup: true
- script: cd v2; curl -sL https://git.io/goreleaser | bash
+ script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $LATEST = true