leiningen/.travis.yml
2011-10-19 16:31:17 -07:00

8 lines
No EOL
140 B
YAML

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