summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-19 13:53:54 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-19 13:53:54 -0300
commitb3f441c12378804dfbed6db8674223a9624d993e (patch)
tree7733cf6914ffd7cfde46993b4275b0a58e74d634
parent6bedcb51c8dc8efbe1d5c2abe9a1ee700c1041be (diff)
downloadclientdata-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.yml2
-rw-r--r--Makefile2
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
diff --git a/Makefile b/Makefile
index b67a9982..b80ec236 100644
--- a/Makefile
+++ b/Makefile
@@ -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