Enable testing against multiple JDKs on travis-ci.org (unreleased feature)
This commit is contained in:
parent
3bc2fc5a85
commit
eecc07d8d6
1 changed files with 4 additions and 0 deletions
|
|
@ -3,3 +3,7 @@ lein: lein2
|
|||
before_script:
|
||||
- ./bin/ci/before_script.sh
|
||||
script: lein2 ci test
|
||||
jdk:
|
||||
- openjdk6
|
||||
- openjdk7
|
||||
- oraclejdk7
|
||||
|
|
|
|||
Loading…
Reference in a new issue