Skip to content

Commit

Permalink
Prevent duplicate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Jan 11, 2019
1 parent 4897efd commit ecc1168
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Prevents duplicate builds from occurring after Travis updates the tag in GitHub
if: tag IS blank

language: java

cache:
Expand Down

0 comments on commit ecc1168

Please sign in to comment.