From ecc11681efa382913ebe0fcb9acb27c5323fbff7 Mon Sep 17 00:00:00 2001 From: Jeffry Hesse Date: Fri, 11 Jan 2019 11:06:20 -0900 Subject: [PATCH] Prevent duplicate builds --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b1dc304..d1bb82a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# Prevents duplicate builds from occurring after Travis updates the tag in GitHub +if: tag IS blank + language: java cache: