Skip to content

Commit 567498d

Browse files
committed
test ci
1 parent afd3d47 commit 567498d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -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-
101
before_deploy:
112
# Set up git user name and tag this commit
123
- git config --local user.name "YOUR GIT USER NAME"
134
- git config --local user.email "YOUR GIT USER EMAIL"
145
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
156
- git tag $TRAVIS_TAG
7+
168
deploy:
179
provider: releases
1810
skip_cleanup: true
@@ -23,4 +15,3 @@ deploy:
2315
on:
2416
repo: sevennt/naftis
2517
tags: true
26-
condition: "$LATEST = true"

0 commit comments

Comments
 (0)