summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f57abad51834684b76aa77a27d72830e264c8cc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo: false
language: python
python:
  - "2.7"
  - "pypy"
install: ":"
script: ./test-everything.sh

notifications:
  email:
    on_success: changed
    on_failure: always
  irc:
    channels:   "chat.freenode.net#tmwa"
    on_success: always
    on_failure: always
    use_notice: true