diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-12-11 23:55:19 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-12-11 23:55:19 +0100 |
commit | bd57b489d0dacccbdd7a675cafdaff5e72ba7215 (patch) | |
tree | 91b6b30385603cd32661b1a94e44f0a78cc6bf77 | |
parent | 715982bdf8b7c6bd6fb05221d82a0e1ab905336f (diff) | |
download | attobuild-bd57b489d0dacccbdd7a675cafdaff5e72ba7215.tar.gz attobuild-bd57b489d0dacccbdd7a675cafdaff5e72ba7215.tar.bz2 attobuild-bd57b489d0dacccbdd7a675cafdaff5e72ba7215.tar.xz attobuild-bd57b489d0dacccbdd7a675cafdaff5e72ba7215.zip |
Update travis config
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f57abad..faabbc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: python python: - - "2.7" + - "3.11" - "pypy" install: ":" script: ./test-everything.sh @@ -11,7 +11,7 @@ notifications: on_success: changed on_failure: always irc: - channels: "chat.freenode.net#tmwa" + channels: "libera.chat#themanaworld-irc" on_success: always on_failure: always use_notice: true |