Last active
April 1, 2016 18:34
-
-
Save vojtasvoboda/0e2520ecff96047d4581 to your computer and use it in GitHub Desktop.
OctoberCMS Scrutinizer config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: | |
environment: | |
php: | |
version: 5.5.25 | |
dependencies: | |
before: | |
- find . -delete | |
- git clone https://github.com/octobercms/october.git . | |
- composer install --no-interaction --prefer-source | |
- mkdir -p ./plugins/vojtasvoboda/cnbrates | |
- cd plugins/vojtasvoboda/cnbrates | |
- git clone https://github.com/vojtasvoboda/oc-cnbrates-plugin.git . | |
- composer install | |
tests: | |
override: | |
- | |
command: 'phpunit --coverage-clover=coverage' | |
coverage: | |
file: 'coverage' | |
format: 'php-clover' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment