We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd3d47 commit 567498dCopy full SHA for 567498d
.travis.yml
@@ -1,18 +1,10 @@
1
-language: go
2
-sudo: false
3
-matrix:
4
- include:
5
- # "1.x" always refers to the latest Go version, inc. the patch release.
6
- # e.g. "1.x" is 1.11 until 1.11.1 is available.
7
- - go: 1.x
8
- env: LATEST=true
9
-
10
before_deploy:
11
# Set up git user name and tag this commit
12
- git config --local user.name "YOUR GIT USER NAME"
13
- git config --local user.email "YOUR GIT USER EMAIL"
14
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
15
- git tag $TRAVIS_TAG
+
16
deploy:
17
provider: releases
18
skip_cleanup: true
@@ -23,4 +15,3 @@ deploy:
23
on:
24
repo: sevennt/naftis
25
tags: true
26
- condition: "$LATEST = true"
0 commit comments