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
2
2
3
3
language : php
4
4
@@ -8,20 +8,18 @@ services:
8
8
php :
9
9
- 7.2
10
10
- 7.3
11
- - 7.4snapshot
11
+ - 7.4
12
12
- nightly
13
13
14
- matrix :
14
+ jobs :
15
15
allow_failures :
16
- - php : 7.4snapshot
17
16
- php : nightly
18
17
fast_finish : true
19
18
20
19
env :
21
20
- AMP_DEBUG=true
22
21
23
22
before_install :
24
- - phpenv config-rm xdebug.ini || echo "No xdebug config."
25
23
- docker pull crossbario/autobahn-testsuite
26
24
- docker run -d -v ${PWD}/test-autobahn/config:/config -v ${PWD}/test-autobahn/reports:/reports -p 9001:9001 --name fuzzingserver crossbario/autobahn-testsuite
27
25
@@ -35,14 +33,14 @@ install:
35
33
- composer show
36
34
37
35
script :
38
- - phpdbg -qrr vendor/bin/phpunit --verbose --coverage-php coverage/cov/main.cov
36
+ - vendor/bin/phpunit --verbose --coverage-php coverage/cov/main.cov
39
37
- php test-autobahn/runner.php
40
38
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
41
39
42
40
after_script :
43
41
- curl -OL https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.0/coveralls.phar
44
42
- 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
46
44
- ./coveralls.phar
47
45
48
46
cache :
You can’t perform that action at this time.
0 commit comments