.travis.yml tweaks
This commit is contained in:
parent
a789b97a43
commit
828e7981f0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ language: clojure
|
|||
lein: lein2
|
||||
before_script:
|
||||
- ./bin/ci/before_script.sh
|
||||
script: lein2 javac && lein2 ci test
|
||||
script: lein2 javac && lein2 all test
|
||||
jdk:
|
||||
- openjdk6
|
||||
- openjdk7
|
||||
|
|
|
|||
Loading…
Reference in a new issue