From 9487becc217d2a329ffebd1698c16f149b12572d Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 19 Mar 2018 23:02:44 +0100 Subject: [PATCH] travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e69205e..4f188c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ php: before_script: - curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar script: -- ./phpunit . +- phpunit .