We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0593d5 commit d522bf9Copy full SHA for d522bf9
.travis.yml
@@ -49,7 +49,6 @@ install:
49
- echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
50
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
51
- composer install
52
- - ./bin/symlink-pkgs-to-vendor.sh
53
- if [ "$PREPARE_CONTAINER" = true ]; then docker --version; fi
54
- if [ "$PREPARE_CONTAINER" = true ]; then docker-compose --version; fi
55
- if [ "$PREPARE_CONTAINER" = true ]; then bin/dev -b; fi
bin/symlink-pkgs-to-vendor.sh
0 commit comments