From a7c9ef6df7101892e6a60d1a3dcf0b9c7d7efa69 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Thu, 7 Feb 2019 00:39:48 -0800 Subject: [PATCH] travis: only run on release --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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