diff --git a/.travis.yml b/.travis.yml index 9794eb0..cb1823d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: php php: - - 5.6 - 7.2 notifications: @@ -10,6 +9,6 @@ notifications: install: - composer install --dev --no-interaction script: - - phpunit --configuration Tests/phpunit.xml + - ./vendor/bin/phpunit --configuration Tests/phpunit.xml after_script: - ./.codeclimate.sh diff --git a/Tests/Tests.php b/Tests/Tests.php index 6f5bb56..3f11357 100644 --- a/Tests/Tests.php +++ b/Tests/Tests.php @@ -1,4 +1,5 @@