syncserver/.travis.yml
2014-10-23 15:00:18 +11:00

21 lines
248 B
YAML

language: python
python:
- "2.6"
- "2.7"
notifications:
email:
- rfkelly@mozilla.com
irc:
channels:
- "irc.mozilla.org#services-dev"
use_notice: false
skip_join: false
install:
- make build
script:
- make test