syncserver/.travis.yml

21 lines
248 B
YAML
Raw Normal View History

2014-10-23 04:00:18 +00:00
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