Skip to content

Commit f42543a

Browse files
committed
Update travis build
1 parent 95244d9 commit f42543a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: required
1+
os: linux
22

33
language: php
44

@@ -8,20 +8,18 @@ services:
88
php:
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

2019
env:
2120
- AMP_DEBUG=true
2221

2322
before_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

3735
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
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

4240
after_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

4846
cache:

0 commit comments

Comments
 (0)