added deploy to travis
This commit is contained in:
parent
140ba72fbb
commit
29e23da77f
|
@ -1 +1,6 @@
|
||||||
language: clojure
|
language: clojure
|
||||||
|
deploy:
|
||||||
|
provider: script
|
||||||
|
script: lein deploy clojars
|
||||||
|
on:
|
||||||
|
branch: travis
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject views "1.4.4"
|
(defproject kirasystems/views "1.4.4"
|
||||||
:description "A view to the past helps navigate the future."
|
:description "A view to the past helps navigate the future."
|
||||||
|
|
||||||
:url "https://github.com/kirasystems/views"
|
:url "https://github.com/kirasystems/views"
|
||||||
|
|
Loading…
Reference in a new issue