From 681489891728d7cd214695d6fffb8cd84050a80f Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 1 Sep 2017 00:09:33 +0200 Subject: [PATCH] tests: removed php-unix.ini --- .travis.yml | 4 ++-- tests/php-unix.ini | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 tests/php-unix.ini diff --git a/.travis.yml b/.travis.yml index c90b4ed06..3f65a1841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - travis_retry composer install --no-progress --prefer-dist script: - - vendor/bin/tester tests -s -c tests/php-unix.ini + - vendor/bin/tester tests -s after_failure: # Print *.actual content @@ -42,7 +42,7 @@ jobs: - stage: Code Coverage php: 7.1 script: - - vendor/bin/tester -p phpdbg tests -s -c tests/php-unix.ini --coverage ./coverage.xml --coverage-src ./src + - vendor/bin/tester -p phpdbg tests -s --coverage ./coverage.xml --coverage-src ./src after_script: - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar - php coveralls.phar --verbose --config tests/.coveralls.yml diff --git a/tests/php-unix.ini b/tests/php-unix.ini deleted file mode 100644 index 788c5bcc4..000000000 --- a/tests/php-unix.ini +++ /dev/null @@ -1,6 +0,0 @@ -[PHP] -;extension_dir = "./ext" -extension=tokenizer.so - -[Zend] -;zend_extension="./ext/zend_extension"