diff --git a/.gitattributes b/.gitattributes
index 1d18ab03186051ec4b5d37585097660ea1da3b00..5e65350564c396c45a9f01d76ad3b9a23e5406e3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,5 +7,4 @@
 .editorconfig export-ignore
 .gitattributes export-ignore
 .gitignore export-ignore
-.travis.yml export-ignore
 
diff --git a/TESTING.md b/TESTING.md
index f9bd5c9f6a57bfc01bae17ed3827b0300451b2e2..6b70cbb63d9b6a3f225b3e40dd237fa63114df0f 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -65,7 +65,6 @@ the old version installed by composer
 ./vendor/bin/phpunit -c ./phpunit.xml
 ```
 
-All the tests are run by our *continuous integration* platform,
-[travis](https://travis-ci.org/simplesamlphp/simplesamlphp). If you are
-submitting a pull request, Travis will run your tests and notify whether
-your code builds or not according to them.
+All the tests are run by our *continuous integration* platform using GitHub
+Actions. If you are submitting a pull request, GitHub Actions will run your
+tests and notify whether your code builds or not according to them.
diff --git a/bin/build-release.sh b/bin/build-release.sh
index 87ee08570998bc4e8c776d0660f3739f6a8458f9..76fbd2591a86b82e99076fdb77d5daa0c7e64267 100755
--- a/bin/build-release.sh
+++ b/bin/build-release.sh
@@ -61,7 +61,6 @@ rm "$TARGET/www/assets/js/stylesheet.js"*
 rm "$TARGET/.editorconfig"
 rm "$TARGET/.gitattributes"
 rm "$TARGET/.php_cs.dist"
-rm "$TARGET/.travis.yml"
 rm "$TARGET/codecov.yml"
 rm "$TARGET/psalm.xml"
 rm "$TARGET"/{,modules}/.gitignore