PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
oAuth
/
vendor
/
hybridauth
/
hybridauth
language: php dist: trusty php: - 5.4 - 5.5 - 5.6 - 7.1 - 7.2 - hhvm env: global: - DEFAULT=1 matrix: include: - php: 5.4 env: PHPCS=1 DEFAULT=0 allow_failures: - env: PHPCS=1 DEFAULT=0 - php: 5.4 - php: hhvm before_script: - composer self-update - composer install - sh -c "if [ '$PHPCS' = '1' ]; then composer require squizlabs/php_codesniffer=*; fi" script: - sh -c "if [ '$DEFAULT' = '1' ]; then phpunit; fi" - sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p --extensions=php --standard=PSR2 ./src ./tests; fi" notifications: email: false
[-] composer.json
[edit]
[-] phpunit.xml
[edit]
[-] CODE_OF_CONDUCT.md
[edit]
[+]
..
[-] CONTRIBUTING.md
[edit]
[-] .scrutinizer.yml
[edit]
[-] PULL_REQUEST_TEMPLATE.md
[edit]
[-] COPYING.md
[edit]
[-] .gitignore
[edit]
[-] .editorconfig
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[-] ISSUE_TEMPLATE.md
[edit]
[+]
src
[-] CHANGELOG.md
[edit]