Skip to content

Commit f7dacca

Browse files
author
Dan Midwood
committed
Add Travis config to deploy jar to s3
1 parent 5da6231 commit f7dacca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ deploy:
4646
on:
4747
tags: true
4848
condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+-.+$
49+
- provider: script
50+
script: lein deploy
51+
on:
52+
tags: true

0 commit comments

Comments
 (0)