rfc6455/.travis.yml
2017-10-30 17:01:32 -04:00

18 lines
286 B
YAML

language: php
php:
- 7
- 7.1
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