leiningen/.travis.yml
2012-02-01 21:49:02 -06:00

9 lines
No EOL
182 B
YAML

---
before_script: cd leiningen-core; lein deps; lein install; cd ..
script: bin/lein test
branches:
only:
- 1.x
- master
notifications:
irc: "irc.freenode.org#leiningen"