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 df8275b commit 68d5226Copy full SHA for 68d5226
.travis.yml
@@ -41,8 +41,6 @@ before_install:
41
- composer self-update
42
# Set memory to max (memory fail)
43
- '[[ "$ACTION" == "install" ]] || echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini'
44
- # Install before update because of memory usage
45
- - '[[ "$ACTION" == "install" ]] || composer install'
46
# Set stability to dev to allow 4.4dev and 5.0dev
47
- '[[ "$ACTION" == "install" ]] || composer config minimum-stability dev'
48
# Change version of symfony when need
0 commit comments