Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Test using different JDKs and Clojure 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed May 5, 2015
1 parent 832b685 commit 146b678
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
@@ -1,2 +1,11 @@
lein: lein2
sudo: false
language: clojure
lein: lein2
script: lein2 do clean, all test, all check
jdk:
- openjdk6
- openjdk7
- oraclejdk8
cache:
directories:
- $HOME/.m2
4 changes: 3 additions & 1 deletion project.clj
Expand Up @@ -18,4 +18,6 @@
:plugins [[codox "0.8.11"]]
:codox {:src-dir-uri "http://github.com/ngrunwald/ring-middleware-format/blob/master/"
:src-linenum-anchor-prefix "L"
:defaults {:doc/format :markdown}})
:defaults {:doc/format :markdown}}
:profiles {:1.7 {:dependencies [[org.clojure/clojure "1.7.0-beta2"]]}}
:aliases {"all" ["with-profile" "dev:dev,1.7"]})

0 comments on commit 146b678

Please sign in to comment.