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 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--