From 97a5b89c5461f323774db9d2bd2a37e3d72e5cca Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Sun, 18 Jun 2017 03:55:16 +0300 Subject: [PATCH] update travis configuration --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7790a8b..7e6181d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ before_script: - composer install $flags - cp phpunit.xml.dist phpunit.xml -script: phpunit +script: php bin/phpunit diff --git a/composer.json b/composer.json index b24fdf3..a836dea 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-curl": "*" }, "require-dev": { - "phpunit/phpunit": "5.*", + "phpunit/phpunit": "4.8.*", "squizlabs/php_codesniffer": "3.*" }, "support": {