leiningen/.travis.yml

14 lines
271 B
YAML

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