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-06 17:49:50 +0300
committerGitHub <noreply@github.com>2019-06-06 17:49:50 +0300
commit25e77afbf581e1fffd4e6caff4720575093def0b (patch)
tree6a04cfab83f15979b923ab96306a0f03382e3f4b
parent1b244f7c067f54947e021fae7346aa99c23bbd66 (diff)
deploy when tag is pushed (#186)
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 92aa153..ec9b5bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,3 +15,11 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)
+
+deploy:
+- provider: script
+ skip_cleanup: true
+ script: curl -sL https://git.io/goreleaser | bash
+ on:
+ tags: true
+ condition: $TRAVIS_OS_NAME = linux