From d3a104182bb6a962f9b3f659d2ed73e136954872 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Sun, 28 Jan 2024 09:33:11 -0600 Subject: [PATCH 1/2] retire travis-ci usage --- .travis.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f103381..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -sudo: false -language: php -matrix: - fast_finish: true - allow_failures: - - php: nightly - include: - - php: 5.2 - dist: precise - - php: 5.3 - dist: precise - - php: 5.4 - dist: trusty - - php: 5.5 - dist: trusty - - php: 5.6 - - php: 7.0 - - php: 7.1 - - php: 7.2 - - php: 7.3 - - php: 7.4 - - php: nightly -install: -# - pear upgrade --force --alldeps pear/pear - - pear install -f package.xml -script: - - pear version - - pear run-tests -qr tests/ - - for i in `find tests/ -name '*.out'`; do echo "$i"; cat "$i"; done From d6636627bd8330d2bbd3b8150c0e75328b8bce1e Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Sun, 28 Jan 2024 09:36:39 -0600 Subject: [PATCH 2/2] avoid BORKED CLEAN warnings since destructor normally removes the files --- tests/evil_symlink_win.phpt | 2 +- tests/out_of_path_relative.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/evil_symlink_win.phpt b/tests/evil_symlink_win.phpt index e255692..1c5c530 100644 --- a/tests/evil_symlink_win.phpt +++ b/tests/evil_symlink_win.phpt @@ -17,7 +17,7 @@ echo 'tests done'; ?> --CLEAN-- --EXPECT-- diff --git a/tests/out_of_path_relative.phpt b/tests/out_of_path_relative.phpt index 8cb37d3..045f14f 100644 --- a/tests/out_of_path_relative.phpt +++ b/tests/out_of_path_relative.phpt @@ -18,7 +18,7 @@ echo 'tests done'; --CLEAN--