We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2133be commit eaffd1dCopy full SHA for eaffd1d
1 file changed
.travis.yml
@@ -22,9 +22,6 @@ matrix:
22
- php: 7.1
23
env: DEPENDENCIES="symfony/lts:^3"
24
25
- env: STABILITY="dev"
26
- allow_failures:
27
- - env: STABILITY="dev"
28
29
sudo: false
30
@@ -33,7 +30,6 @@ cache:
33
- $HOME/.composer/cache
34
31
35
32
before_install:
36
- - if [[ -v $STABILITY ]]; then composer config minimum-stability $STABILITY; fi;
37
- if [[ -v $DEPENDENCIES ]]; then composer require --no-update $DEPENDENCIES; fi;
38
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
39
0 commit comments