limit travis to build only when tagged

This commit is contained in:
Gareth 2016-05-05 21:15:33 -04:00
parent 3f1181c23c
commit 554eb69270

View file

@ -1,6 +1,7 @@
language: clojure
deploy:
skip_cleanup: true
provider: script
script: lein deploy
on:
branch: travis
tags: true