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

notifications:
  email:
    on_success: changed
    on_failure: always
  irc:
    channels:   "libera.chat#themanaworld-irc"
    on_success: always
    on_failure: always
    use_notice: true