From f1ec3b7200f7201fed5833e839681eecf4f0971d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BISSON?= Date: Fri, 23 Mar 2018 23:42:01 +0100 Subject: [PATCH] Trying with a custom autoload.php --- .travis.yml | 6 ++++-- autoload.php | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 autoload.php diff --git a/.travis.yml b/.travis.yml index c0b3cb1..9de22be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,7 @@ php: - '7.0' - hhvm # on Trusty only - nightly -before_script: composer update -script: make test +before_script: + - curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar +script: +- phpunit --bootstrap autoload.php test/TplBlockTest.php diff --git a/autoload.php b/autoload.php new file mode 100644 index 0000000..fab15d4 --- /dev/null +++ b/autoload.php @@ -0,0 +1,2 @@ +