404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.134.86.4: ~ $
language: php

php:
  - 7.0
  - 7.1
  - hhvm
  - nightly

matrix:
    allow_failures:
        - php: hhvm
        - php: nightly

before_script:
  - wget http://getcomposer.org/composer.phar
  - php composer.phar install

script:
  - ./vendor/bin/phpunit --coverage-text
  - php -n examples/benchmark-emit-no-arguments.php
  - php -n examples/benchmark-emit-one-argument.php
  - php -n examples/benchmark-emit.php
  - php -n examples/benchmark-emit-once.php
  - php -n examples/benchmark-remove-listener-once.php

Filemanager

Name Type Size Permission Actions
doc Folder 0755
examples Folder 0755
src Folder 0755
tests Folder 0755
.gitignore File 21 B 0644
.travis.yml File 513 B 0644
CHANGELOG.md File 1.46 KB 0644
LICENSE File 1.03 KB 0644
README.md File 1.57 KB 0644
composer.json File 662 B 0644
phpunit.xml.dist File 639 B 0644