tweaked phpunit config

This commit is contained in:
Fabien Potencier
2018-12-11 08:02:58 +01:00
parent 5163803ea5
commit b78a1dd198
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -31,12 +31,7 @@ before_script:
- if [ "$TWIG_EXT" == "yes" ]; then sh -c "cd ext/twig && phpize && ./configure --enable-twig && make && make install"; fi
- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi
script: |
if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then
SYMFONY_PHPUNIT_VERSION=6.5 ./vendor/bin/simple-phpunit
else
./vendor/bin/simple-phpunit
fi
script: ./vendor/bin/simple-phpunit
matrix:
fast_finish: true
+1 -1
View File
@@ -31,7 +31,7 @@
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.3",
"symfony/phpunit-bridge": "^3.4.19|^4.1.8",
"symfony/debug": "^2.7",
"psr/container": "^1.0"
},