[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.234.200: ~ $
language: php

php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - hhvm
 
matrix:
    allow_failures:
        - php: hhvm

before_script:
    - curl -s http://getcomposer.org/installer | php
    - php composer.phar install --dev

script: phpunit --coverage-clover clover

after_success:
    - curl -sL https://bit.ly/artifact-uploader | php


Filemanager

Name Type Size Permission Actions
doc Folder 0755
src Folder 0755
tests Folder 0755
.gitignore File 21 B 0644
.jms.yml File 415 B 0644
.travis.yml File 331 B 0644
LICENSE File 11.09 KB 0644
README.md File 110 B 0644
composer.json File 386 B 0644
composer.lock File 1.61 KB 0644
phpunit.xml.dist File 668 B 0644