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