404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.135.198.174: ~ $
language: php

php:
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - nightly
  - hhvm

before_install:
  - composer self-update

install:
  - composer install

script:
  - ./vendor/bin/phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml

after_script:
  - if [ -f ./build/logs/clover.xml ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi
  - if [ -f ./build/logs/clover.xml ]; then php vendor/bin/coveralls -v; fi

Filemanager

Name Type Size Permission Actions
src Folder 0755
tests Folder 0755
.gitignore File 55 B 0644
.travis.yml File 477 B 0644
CHANGELOG.md File 3.61 KB 0644
LICENSE File 1.04 KB 0644
README.md File 25.87 KB 0644
composer.json File 647 B 0644
phpunit.xml.dist File 770 B 0644