Codebase list ratchet-rfc6455 / 87c87a0d-386d-40c8-8079-3654cc10975a/main .travis.yml
87c87a0d-386d-40c8-8079-3654cc10975a/main

Tree @87c87a0d-386d-40c8-8079-3654cc10975a/main (Download .tar.gz)

.travis.yml @87c87a0d-386d-40c8-8079-3654cc10975a/mainraw · history · blame

language: php

services: docker

php:
    - 5.6
    - 7.0
    - 7.1
    - 7.2
    - 7.3
    - 7.4
    - nightly

env:
    - ABTEST=client
    - ABTEST=server

matrix:
    allow_failures:
        - php: nightly

before_install:
    - docker pull crossbario/autobahn-testsuite

before_script:
    - composer install
    - sh tests/ab/run_ab_tests.sh

script:
    - vendor/bin/phpunit