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 5e1cab3 commit 8143c62Copy full SHA for 8143c62
.travis.yml
@@ -28,16 +28,15 @@ matrix:
28
before_install:
29
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
30
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
31
- - if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
32
- - composer install
33
-
34
-install:
35
- |
36
# Install symfony/flex
37
if [[ $deps = low ]]; then
38
export SYMFONY_REQUIRE='>=2.3'
39
fi
40
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
+
+install:
+ - composer install
41
- ./vendor/bin/simple-phpunit install
42
43
script:
0 commit comments