leiningen/.travis.yml
2013-02-28 17:19:18 -08:00

14 lines
310 B
YAML

language: clojure
install: cd leiningen-core; lein install; lein classpath | tail -n 1 > .lein-bootstrap
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