tahoe-lafs/.travis.yml
Daira Hopwood 40e43694fa Tweak Travis IRC notification settings.
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-09-01 03:03:24 +01:00

19 lines
500 B
YAML

language: python
python:
- "2.7"
- "2.6"
before_install:
- sh -c set
install: true
before_script: python misc/build_helpers/show-tool-versions.py
script: python setup.py test --reporter=timing
notifications:
email: false
irc:
channels: "chat.freenode.net#tahoe-lafs"
on_success: always # for testing
on_failure: always
template:
- "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}"
- "Changes: %{compare_url} | Details: %{build_url}"