leiningen/.travis.yml
Mike Blume f9c6bb444b run travis tests with oraclejdk8
for now, allow failure, since we're allowing failure for oraclejdk7

I see no indication that travis provides openjdk8, but I may be wrong
2014-03-28 15:35:21 -07:00

14 lines
306 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
- oraclejdk7
- oraclejdk8
matrix:
allow_failures:
- oraclejdk7
- oraclejdk8