leiningen/.travis.yml
2013-03-14 10:57:03 -05:00

14 lines
317 B
YAML

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