leiningen/.travis.yml

8 lines
140 B
YAML
Raw Normal View History

2011-10-19 22:58:46 +00:00
---
2011-10-19 23:31:17 +00:00
script: bin/lein self-install; bin/lein test
2011-10-19 22:58:46 +00:00
branches:
only:
- 1.x
- master
notifications:
irc: "irc.freenode.org#leiningen"