diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-19 13:53:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-19 13:53:54 -0300 |
commit | b3f441c12378804dfbed6db8674223a9624d993e (patch) | |
tree | 7733cf6914ffd7cfde46993b4275b0a58e74d634 | |
parent | 6bedcb51c8dc8efbe1d5c2abe9a1ee700c1041be (diff) | |
download | clientdata-b3f441c12378804dfbed6db8674223a9624d993e.tar.gz clientdata-b3f441c12378804dfbed6db8674223a9624d993e.tar.bz2 clientdata-b3f441c12378804dfbed6db8674223a9624d993e.tar.xz clientdata-b3f441c12378804dfbed6db8674223a9624d993e.zip |
Preparation for repository archival: Assassinate checks and update IRC moduli
tmwa-client-data is deprecated; Please make MRs against:
https://gitlab.com/themanaworld/evolved/clientdata.git
PRs will only be accepted if they were done on both and passed on both.
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 796e2809..8c4ff593 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ notifications: on_failure: always irc: channels: - - "ircs://chat.freenode.net:8000/#evol-dev" + - "ircs://irc.libera.chat:6667/#themanaworld-dev" on_success: change on_failure: always @@ -4,7 +4,7 @@ SHELL=/bin/bash .DELETE_ON_ERROR: check: - git diff --exit-code + git diff --color=always XMLS = $(shell find -type f -name '*.xml') check: check-xml |