File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 11
22language : php
33
4- sudo : false
5-
64matrix :
75 include :
86 - php : 5.6
7+ dist : xenial
98 - php : 7.0
9+ dist : xenial
1010 - php : 7.1
11+ dist : bionic
1112 - php : 7.2
13+ dist : bionic
1214 - php : 7.3
13- - php : nightly
14- - php : hhvm
15- allow_failures :
16- - php : nightly
17- - php : hhvm
15+ dist : bionic
16+ - php : 7.4
17+ dist : bionic
18+ - php : hhvm-3.18
19+ dist : trusty
1820
1921install :
2022 - travis_retry composer install --no-interaction --prefer-source
@@ -23,12 +25,6 @@ before_script:
2325 - mkdir -p build/logs
2426
2527script :
26- # - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpcs --standard=phpcs.xml ./src/; fi;'
27- # - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpcs --standard=phpcs.xml ./tests/; fi;'
28- # - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpmd ./src/ text phpmd.xml; fi;'
29- # - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpmd ./tests/ text phpmd.xml; fi;'
30- # - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/parallel-lint ./src/; fi;'
31- # - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/parallel-lint ./tests/; fi;'
3228 - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi;'
3329 - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi;'
3430
You can’t perform that action at this time.
0 commit comments