summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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