File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- sudo : required
1+ os : linux
22
33language : php
44
@@ -8,20 +8,18 @@ services:
88php :
99 - 7.2
1010 - 7.3
11- - 7.4snapshot
11+ - 7.4
1212 - nightly
1313
14- matrix :
14+ jobs :
1515 allow_failures :
16- - php : 7.4snapshot
1716 - php : nightly
1817 fast_finish : true
1918
2019env :
2120 - AMP_DEBUG=true
2221
2322before_install :
24- - phpenv config-rm xdebug.ini || echo "No xdebug config."
2523 - docker pull crossbario/autobahn-testsuite
2624 - docker run -d -v ${PWD}/test-autobahn/config:/config -v ${PWD}/test-autobahn/reports:/reports -p 9001:9001 --name fuzzingserver crossbario/autobahn-testsuite
2725
@@ -35,14 +33,14 @@ install:
3533 - composer show
3634
3735script :
38- - phpdbg -qrr vendor/bin/phpunit --verbose --coverage-php coverage/cov/main.cov
36+ - vendor/bin/phpunit --verbose --coverage-php coverage/cov/main.cov
3937 - php test-autobahn/runner.php
4038 - PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
4139
4240after_script :
4341 - curl -OL https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.0/coveralls.phar
4442 - chmod +x coveralls.phar
45- - phpdbg -qrr coverage/bin/phpcov merge --clover build/logs/clover.xml coverage/cov
43+ - coverage/bin/phpcov merge --clover build/logs/clover.xml coverage/cov
4644 - ./coveralls.phar
4745
4846cache :
You can’t perform that action at this time.
0 commit comments