/home/techb158/exp.abdallabala.com/vendor/sabre/event
NameSizeModeActions
bin/-0755rm
examples/-0755rm
lib/-0755rm
tests/-0755rm
.gitignore1440644editdlrm
.travis.yml3340644editdlrm
CHANGELOG.md23810644editdlrm
composer.json11130644editdlrm
LICENSE15690644editdlrm
phpunit.xml.dist4260644editdlrm
README.md15110644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/sabre/event/.travis.yml (334B)
language: php php: - 5.5 - 5.6 - 7 - hhvm matrix: allow_failures: - php: hhvm env: matrix: - LOWEST_DEPS="" - LOWEST_DEPS="--prefer-lowest" before_script: - composer update --prefer-source $LOWEST_DEPS script: - ./bin/phpunit - ./bin/sabre-cs-fixer fix . --dry-run --diff sudo: false cache: vendor