Skip to content

Instantly share code, notes, and snippets.

@vojtasvoboda
Last active April 1, 2016 18:34
Show Gist options
  • Save vojtasvoboda/0e2520ecff96047d4581 to your computer and use it in GitHub Desktop.
Save vojtasvoboda/0e2520ecff96047d4581 to your computer and use it in GitHub Desktop.
OctoberCMS Scrutinizer config file
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