From 9c83401e90639f5f7b29fcd5e2df3c9135d0295f Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Sun, 10 Apr 2016 11:56:11 +0200 Subject: [PATCH] fix travis build --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59de242..247e222 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - '7.0' - - hhvm before_script: composer install -script: phpunit \ No newline at end of file +script: bin/phpunit \ No newline at end of file