Commit 9b27313e by Scott Committed by GitHub

Merge pull request #527 from ProThoughts/patch-7

Fixed php 5.3 Travis CI fail issue
parents 9bb63eb3 b0ae0980
......@@ -16,7 +16,7 @@ notifications:
before_script:
# PHP_CodeSniffer
- curl -L -o phpcs.phar https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
- curl -L -o phpcs.phar https://github.com/squizlabs/PHP_CodeSniffer/releases/download/2.9.1/phpcs.phar
# PHPUnit - manually download old version so that it works on PHP 7
- curl -L -o phpunit.phar https://phar.phpunit.de/phpunit-4.8.35.phar
# Basic config required for PHPUnit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment