leiningen/.travis.yml
2012-02-19 16:39:14 -08:00

9 lines
No EOL
185 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"