]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - .travis.yml
Customize Travis notifications.
[tahoe-lafs/tahoe-lafs.git] / .travis.yml
1 language: python
2 python:
3   - "2.7"
4   - "2.6"
5 before_install:
6   - sh -c set
7 install: true
8 before_script: python misc/build_helpers/show-tool-versions.py
9 script: python setup.py test --reporter=timing
10 notifications:
11   email: false
12   irc:
13     channels: "chat.freenode.net#tahoe-lafs"
14     on_success: always # for testing
15     on_failure: always
16     template:
17       - "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}"
18       - "Changes: %{compare_url} | Details: %{build_url}"
19     use_notice: true
20     skip_join: true