This PR was merged into the 1.x branch.
Discussion
----------
Tweak phpunit config
/cc @nicolas-grekas
Commits
-------
b78a1dd1 tweaked phpunit config
... | ... |
@@ -31,12 +31,7 @@ before_script: |
31 | 31 |
- if [ "$TWIG_EXT" == "yes" ]; then sh -c "cd ext/twig && phpize && ./configure --enable-twig && make && make install"; fi |
32 | 32 |
- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi |
33 | 33 |
|
34 |
-script: | |
|
35 |
- if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then |
|
36 |
- SYMFONY_PHPUNIT_VERSION=6.5 ./vendor/bin/simple-phpunit |
|
37 |
- else |
|
38 |
- ./vendor/bin/simple-phpunit |
|
39 |
- fi |
|
34 |
+script: ./vendor/bin/simple-phpunit |
|
40 | 35 |
|
41 | 36 |
matrix: |
42 | 37 |
fast_finish: true |