upgrade travis.yaml

This commit is contained in:
Yann Esposito (Yogsototh) 2018-05-01 18:16:49 +02:00
parent 5d1303ac45
commit 1b6f1f1bf6
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,15 +1 @@
language: clojure language: clojure
lein: lein2
script: lein2 do clean, javac, test :all
# Cache our Maven deps to be kind to clojars
cache:
directories:
- $HOME/.m2
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
# branches:
# only:
# - master