Run CI against a single Clojure version for now
Some compilation artifacts are not cleared on travis :/
This commit is contained in:
parent
3801c37f51
commit
957650dfe3
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 all do clean, javac, test
|
||||
script: lein2 do clean, javac, test
|
||||
jdk:
|
||||
- openjdk6
|
||||
- openjdk7
|
||||
|
|
|
|||
Loading…
Reference in a new issue