rfc6455/.travis.yml
Matt Bonneau 34bf40a775 Revert "Drop support for php 5 and HHVM in travis"
This reverts commit a1f7487ff81bd914c69c425984803a9f2eaf51a1.
2017-10-30 17:01:32 -04:00

21 lines
317 B
YAML

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