Codebase list ratchet-rfc6455 / 2e49b3d3-8482-4b54-af2d-6f7a9dd5c73c/main .travis.yml
2e49b3d3-8482-4b54-af2d-6f7a9dd5c73c/main

Tree @2e49b3d3-8482-4b54-af2d-6f7a9dd5c73c/main (Download .tar.gz)

.travis.yml @2e49b3d3-8482-4b54-af2d-6f7a9dd5c73c/mainraw · history · blame

language: php

php:
    - 5.4
    - 5.5
    - 5.6
    - 7.0
    - 7.1
    - 7.2
    - hhvm

before_install:
    - export PATH=$HOME/.local/bin:$PATH
    - pip install --user autobahntestsuite
    - pip list --user autobahntestsuite

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

script:
    - vendor/bin/phpunit