leiningen/.travis.yml
2013-07-26 17:37:37 +03:00

10 lines
276 B
YAML

language: clojure
install: cd leiningen-core; lein install; lein classpath | tail -n 1 > .lein-bootstrap; cd ..
script: bin/lein test
notifications:
irc: "irc.freenode.org#leiningen"
jdk:
- openjdk6
- openjdk7
# currently needs some work to pass. MK.
# - oraclejdk7