syncserver/.travis.yml
2016-11-24 11:12:09 +11:00

20 lines
238 B
YAML

language: python
python:
- "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