We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b56c69 commit c7befd5Copy full SHA for c7befd5
.travis.yml
@@ -23,6 +23,7 @@ before_script:
23
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
24
- sudo locale-gen fr_FR.UTF-8 && sudo update-locale
25
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
26
+ - wget https://phar.phpunit.de/phpunit.phar && rm `which phpunit` && sudo cp phpunit.phar /usr/local/bin/phpunit && sudo chmod +x /usr/local/bin/phpunit
27
28
script:
29
- ls -d src/Symfony/*/* | parallel --gnu --keep-order 'echo "Running {} tests"; phpunit --exclude-group tty,benchmark {};' || exit 1
0 commit comments