composer-update-patch

This commit is contained in:
Manish Verma
2016-11-03 05:44:29 +05:30
parent 2dca47f5a4
commit 5d49d384a0
5118 changed files with 51603 additions and 122575 deletions

View File

@@ -1,37 +0,0 @@
sudo: false
language: php
matrix:
allow_failures:
- php: hhvm
- php: nightly
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- 7
- nightly
before_script:
- composer update --no-interaction $PREFER_LOWEST
- mkdir -p build/logs
script:
- ./vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v --exclude-no-stmt
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
notifications:
irc: "irc.appliedirc.com#applied"