summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-02-07 00:39:48 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-02-07 00:39:48 -0800
commita7c9ef6df7101892e6a60d1a3dcf0b9c7d7efa69 (patch)
treec2a607be3486709c8aa63e179aa4924a0338f879 /.travis.yml
parentd97af5296de06cc4907e3c56dec687326fcda9ea (diff)
travis: only run on release
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0710119..b5bd281 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,8 @@ deploy:
on:
tags: true
+if: tag IS present
+
notifications:
email:
on_success: never