diff options
author | Michael Fenn <michaelfenn87@gmail.com> | 2017-04-28 09:24:57 -0400 |
---|---|---|
committer | Michael Fenn <michaelfenn87@gmail.com> | 2017-04-28 09:24:57 -0400 |
commit | 8bab8e9ecb4ba27e921f41fe4ba202d439c3426c (patch) | |
tree | c6eb5b1be7b87aaab62cd14cca122158993b560b | |
parent | f1bc399c907889ec548512a3bc4f5002d6bb3474 (diff) | |
download | nnn-8bab8e9ecb4ba27e921f41fe4ba202d439c3426c.tar.gz |
Only do releases when a tag is pushed
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f06ae7a..7ffc752 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,5 @@ deploy: - dist/*.rpm on: repo: jarun/nnn + tags: true tags: true |