Skip to content

Commit

Permalink
Need to use older versions of PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 8, 2019
1 parent 62cd522 commit e8f0b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ before_script:
- if [[ $CUSTOM_INI == "1" ]] && [[ ${TRAVIS_PHP_VERSION:0:1} == "7" || $TRAVIS_PHP_VERSION == "nightly" ]]; then phpenv config-add php7-testingConfig.ini; fi

script:
- composer install
- php bin/phpcs --config-set php_path php
- phpunit tests/AllTests.php
- vendor/binphpunit tests/AllTests.php
- if [[ $CUSTOM_INI != "1" ]]; then php bin/phpcs --no-cache --parallel=1; fi
- if [[ $CUSTOM_INI != "1" && $TRAVIS_PHP_VERSION != "nightly" ]]; then pear package-validate package.xml; fi
- if [[ $PEAR_VALIDATE == "1" ]]; then php scripts/validate-pear-package.php; fi
Expand Down

0 comments on commit e8f0b6f

Please sign in to comment.