leiningen/.travis.yml
2012-05-30 20:44:49 +04:00

14 lines
277 B
YAML

language: clojure
install: cd leiningen-core; lein test, install; 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