diff --git a/.travis.yml b/.travis.yml index e4983eb..0624eaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ matrix: dist: precise php: - - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm -script: phpunit --coverage-text tests +script: vendor/bin/phpunit --coverage-text tests \ No newline at end of file