summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorVadim Zeitlin <vz-swig@zeitlins.org>2021-08-09 13:13:17 +0200
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-01-10 20:31:28 +0000
commit761099720966c2d6701a1dc1473e918de3571665 (patch)
tree0819c6d2024637b5c381da5651bd7756695c6dd0 /RELEASENOTES
parentb98c78441f996fe911c360264d9e60df7fc96d26 (diff)
downloadswig-761099720966c2d6701a1dc1473e918de3571665.tar.gz
Stop using Travis CI which doesn't work any longer
Unfortunately Travis CI can't be used for building open source projects any longer in practice, as extra credits must be manually requested every time from Travis support, which is just infeasible, as this would need to be done every couple of days if not more often, and support reply time is anything from a couple of days to more than a month. So stop even trying to use it, as it doesn't work anyhow, and switch to using GitHub Actions only. Closes #2067
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index da60d543f..c05ccc4ec 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -10,6 +10,7 @@ published on the SWIG web site at http://swig.org/release.html.
SWIG-4.1.0 summary:
- Add PHP 8 support.
- PHP wrapping is now done entirely via PHP's C API - no more .php wrapper.
+- GitHub Actions is now used instead of Travis CI for continuous integration.
SWIG-4.0.2 summary:
- A few fixes around doxygen comment handling.