File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 5
5
- 5.6
6
6
- 7.0
7
7
- 7.1
8
- - hhvm
9
8
10
9
env :
11
10
global :
@@ -25,9 +24,7 @@ matrix:
25
24
- php : 7.1
26
25
env : STABILITY="dev"
27
26
allow_failures :
28
- - php : 7.1
29
- env : STABILITY="dev"
30
- - php : hhvm
27
+ - env : STABILITY="dev"
31
28
32
29
sudo : false
33
30
37
34
38
35
before_install :
39
36
- if [[ -v $STABILITY ]]; then composer config minimum-stability $STABILITY; fi;
40
- - if [ "$SYMFONY_VERSION" != "" ] ; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
41
- - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; 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
42
39
43
40
install : composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
44
41
You can’t perform that action at this time.
0 commit comments