File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 1+ dist : trusty
12language : php
23
34sudo : false
45
56matrix :
67 include :
7- - php : 5.4
8- env : phpunit_exclude_groups=datetimeinterface dependencies=lowest
9- - php : 5.5
10- - php : 5.6
11- - php : 7.0
12- - php : 7.1
13- - php : 7.1
14- env : dependencies=lowest
15- - php : 7.2
16- env : dependencies=lowest
8+ - php : ' 5.4'
9+ env : phpunit_exclude_groups=datetimeinterface
10+ - php : ' 5.5'
11+ - php : ' 5.6'
12+ - php : ' 7.0'
13+ - php : ' 7.1'
14+ - php : ' 7.2'
1715
1816cache :
1917 directories :
@@ -27,12 +25,7 @@ before_install:
2725 - if [[ "$TRAVIS_PHP_VERSION" != 5.* ]]; then cp composer7.json composer.json; fi
2826
2927install :
30- - |
31- if [[ "$dependencies" = "lowest" ]]; then
32- composer update --prefer-lowest --prefer-stable -n
33- else
34- composer install --prefer-dist
35- fi
28+ - composer install --prefer-dist
3629
3730script :
3831 - |
You can’t perform that action at this time.
0 commit comments