summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: fabbe7062eb4738cdb9ebfb217232ac70f0dd908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python
python:
  - "2.7"
  - "2.6"
before_install:
  - sh -c set
install: true
script: python setup.py test
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}"