leiningen/.travis.yml

9 lines
182 B
YAML
Raw Normal View History

2011-10-19 22:58:46 +00:00
---
before_script: cd leiningen-core; lein deps; lein install; cd ..
2012-01-18 04:08:19 +00:00
script: bin/lein test
2011-10-19 22:58:46 +00:00
branches:
only:
- 1.x
2012-01-18 04:08:19 +00:00
- master
2011-10-19 22:58:46 +00:00
notifications:
irc: "irc.freenode.org#leiningen"