Skip to content

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Feb 26, 2020
1 parent 95244d9 commit 761d0e2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
@@ -1,4 +1,4 @@
sudo: required
os: linux

language: php

Expand All @@ -8,20 +8,18 @@ services:
php:
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- nightly

matrix:
jobs:
allow_failures:
- php: 7.4snapshot
- php: nightly
fast_finish: true

env:
- AMP_DEBUG=true

before_install:
- phpenv config-rm xdebug.ini || echo "No xdebug config."
- docker pull crossbario/autobahn-testsuite
- docker run -d -v ${PWD}/test-autobahn/config:/config -v ${PWD}/test-autobahn/reports:/reports -p 9001:9001 --name fuzzingserver crossbario/autobahn-testsuite

Expand All @@ -35,7 +33,7 @@ install:
- composer show

script:
- phpdbg -qrr vendor/bin/phpunit --verbose --coverage-php coverage/cov/main.cov
- vendor/bin/phpunit --verbose --coverage-php coverage/cov/main.cov
- php test-autobahn/runner.php
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix

Expand Down

0 comments on commit 761d0e2

Please sign in to comment.