aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/ratchet/rfc6455/.travis.yml
blob: 11d51b406f12c8dbb7c14bf4f6c0ecf9245e111c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: php

php:
    - 5.4
    - 5.5
    - 5.6
    - 7
    - 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