From da70f8369245d0b551609ed2fc979388d0f215eb Mon Sep 17 00:00:00 2001 From: Roel van Duijnhoven Date: Tue, 18 Jul 2017 11:58:18 +0200 Subject: [PATCH] Drop Travis testing. As it is useless without credentials. --- .travis.yml | 12 ------------ README.md | 1 + Tests/autoload.php | 6 ++++++ Tests/config.php | 3 --- Tests/config.php.dist | 3 +++ 5 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 .travis.yml delete mode 100644 Tests/config.php create mode 100644 Tests/config.php.dist diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bd4a0a5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: php -php: - - 5.4 - - 5.5 - - 5.6 - - hhvm - -before_script: composer install --dev -script: phpunit --coverage-clover=coverage.clover --exclude-group=functional -after_script: - - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover coverage.clover diff --git a/README.md b/README.md index d79fd29..263dd54 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The current supported API version is `1.2`. ## History +* June 2017 - Improved logging. And removed automated test runner using Travis. * November 2016 - this project was forked due to issues to repo not being managed * August 2014 - new fork https://github.com/cleentfaar/docdata-orderapi created * February 2013 - Initial work by Tijs Verkoyen https://github.com/tijsverkoyen/Docdata-Payments diff --git a/Tests/autoload.php b/Tests/autoload.php index d8106ec..44b9e9d 100644 --- a/Tests/autoload.php +++ b/Tests/autoload.php @@ -1,3 +1,9 @@