diff --git a/.travis.yml b/.travis.yml index 5fce2f2..b06bfb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ jdk: - oraclejdk8 - openjdk8 - openjdk11 +env: + - LEIN_SNAPSHOTS_IN_RELEASE=true notifications: email: - oubiwann@gmail.com diff --git a/project.clj b/project.clj index 0523b95..10570e0 100644 --- a/project.clj +++ b/project.clj @@ -27,7 +27,7 @@ ns "\u001B[35m]\u001B[33m λ\u001B[m=> ")) -(defproject clojusc/rfc5322 "0.5.0-SNAPSHOT" +(defproject clojusc/rfc5322 "0.5.0" :description "A Parser for the Internet Message Format (RFC 5322)" :url "https://github.com/clojusc/rfc5322" :license { @@ -110,7 +110,7 @@ "--file" "marginalia.html" "--name" "sockets"]] "build" ["with-profile" "+test" "do" - ;["check-deps"] + ["check-vers"] ["ubercompile"] ["lint"] ["ltest"]