From bb3bb3e62632eb5fb3f71ee375b40bb684c13aeb Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 27 Dec 2017 20:23:36 +0200 Subject: [PATCH] Run vendor phpunit --- .travis.yml | 3 +-- Tests/Tests.php | 3 ++- composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@