From 17923119c13f40fbc7a7d6861479f1ff5bbfaf30 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Tue, 19 Jan 2021 14:32:45 +0100 Subject: [PATCH] Remove remaining references to Travis CI Commit 1edc1264 replaced Travis CI with GitHub Actions. Remove the remaining references to Travis CI. (cherry picked from commit 4ce4c73737e87ee7e22ec39e98dedb3661a02fab) --- .gitattributes | 1 - TESTING.md | 7 +++---- bin/build-release.sh | 1 - 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1d18ab031..5e6535056 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 f9bd5c9f6..6b70cbb63 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 87ee08570..76fbd2591 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 -- GitLab