leiningen/.travis.yml
2011-11-20 14:06:09 -08:00

7 lines
No EOL
127 B
YAML

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