diff --git a/.travis.yml b/.travis.yml index 46ce133..908de1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,15 +8,12 @@ php: - 7.1 - 7.2 - 7.3 -# - hhvm # requires legacy phpunit & ignore errors, see below # lock distro so new future defaults will not break the build dist: trusty matrix: include: - - php: hhvm - install: composer require phpunit/phpunit:^5 --dev --no-interaction - name: "Windows" os: windows language: shell # no built-in php support @@ -27,7 +24,6 @@ matrix: - php -r "file_put_contents(php_ini_loaded_file(),'extension_dir=ext'.PHP_EOL,FILE_APPEND);" - php -r "file_put_contents(php_ini_loaded_file(),'extension=sqlite3'.PHP_EOL,FILE_APPEND);" allow_failures: - - php: hhvm - os: windows install: diff --git a/README.md b/README.md index 0b83c35..11fb6d8 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ $ composer require clue/reactphp-sqlite:dev-master ``` This project aims to run on any platform and thus only requires `ext-sqlite3` and -supports running on legacy PHP 5.4 through current PHP 7+ and HHVM. +supports running on legacy PHP 5.4 through current PHP 7+. It's *highly recommended to use PHP 7+* for this project. This project is implemented as a lightweight process wrapper around the `ext-sqlite3`