diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f39fb3221..132c30009 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,14 +22,6 @@ jobs:
- name: Run tests from the Test directory
run: make clean test deb dist
- - name: Slack Notification
- if: always()
- uses: rtCamp/action-slack-notify@v2
- env:
- SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
- SLACK_COLOR: ${{ job.status }}
- MSG_MINIMAL: commit,actions url
-
test2:
runs-on: ubuntu-latest
container:
@@ -41,11 +33,4 @@ jobs:
- name: Run tests from the Test2 directory
run: make test2
-
- - name: Slack Notification
- if: always()
- uses: rtCamp/action-slack-notify@v2
- env:
- SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
- SLACK_COLOR: ${{ job.status }}
- MSG_MINIMAL: commit,actions url
+
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ec465827d..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-sudo: required
-
-language: java
-
-services:
- - docker
-
-before_install:
- - docker pull teic/jenkins:dev
-
-script:
- - docker run --rm --name jenkins -w /var/odd -it -v `pwd`:/var/odd -u $UID --entrypoint "make" teic/jenkins:dev clean test deb dist
diff --git a/common/functions.xsl b/common/functions.xsl
index d23c982db..06d6916c0 100644
--- a/common/functions.xsl
+++ b/common/functions.xsl
@@ -1124,11 +1124,11 @@ of this software, even if advised of the possibility of such damage.
@@ -1234,13 +1234,36 @@ of this software, even if advised of the possibility of such damage.
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/debian-tei-xsl/debian/changelog b/debian-tei-xsl/debian/changelog
index 03dc8ade3..225d8ef30 100644
--- a/debian-tei-xsl/debian/changelog
+++ b/debian-tei-xsl/debian/changelog
@@ -1,3 +1,9 @@
+tei-xsl (7.57.0a) natty; urgency=low
+
+ * new release from upstream
+
+ -- TEI Thu, 04 Jan 2024 14:25:06 -0500
+
tei-xsl (7.56.0a) natty; urgency=low
* new release from upstream