leiningen/.travis.yml
Phil Hagelberg 463b6dc9b9 Don't notify Travis on IRC any more.
Getting too many spurious failures from inexplicable TLS problems.

[skip ci]
2017-05-26 11:43:43 -07:00

7 lines
179 B
YAML

language: clojure
install: cd leiningen-core; lein install; lein classpath | tail -n 1 > .lein-bootstrap; cd ..
script: bin/lein test
sudo: false
jdk:
- openjdk7
- oraclejdk8