From 0566efc01596c3642568f5ea2e536af86f7fbb15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E0=BE=85=E0=BC=BB=20=C7=AC=C9=80=C4=A7=20=E0=BC=84?= =?utf8?q?=E0=BC=86=E0=BD=89?= Date: Sat, 15 Apr 2017 23:57:05 +0200 Subject: [PATCH] Reverting to simpler ; trying the class_alias way --- .travis.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index ba89b9a..d35b233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,26 +23,9 @@ before_script: - cp user/languages/fr/fr_FR.* user/languages - mysql -e 'create database IF NOT EXISTS yourls_tests;' - cp tests/yourls-tests-config-travis.php user/config.php - - | - case "$TRAVIS_PHP_VERSION" in - 7.1|7.0|hhvm) - echo "Using PHPUnit 5.7" - composer global require "phpunit/phpunit=5.7.*" - ;; - 5.6|5.5|5.4|5.3) - echo "Using PHPUnit 4.8" - composer global require "phpunit/phpunit=4.8.*" - ;; - *) - echo "No PHPUnit version handling for PHP version $TRAVIS_PHP_VERSION" - exit 1 - ;; - esac - - which phpunit - phpunit --version - - $COMPOSER_BIN_DIR/phpunit --version -script: vendor/bin/phpunit --configuration ./tests/phpunit-travis.xml.dist +script: phpunit --configuration ./tests/phpunit-travis.xml.dist after_script: rm user/config.php -- 2.42.0