Completed
Push — master ( dac31d...b0a62c )
by Mehmet
02:26
created

Checkout Config

# .scrutinizer.yml

checks:
  php:
    code_rating: true
    duplication: true
build:
  environment:
    php: '5.6'
  dependencies:
    before:
      - mysql -e "CREATE DATABASE test"

Repository Config

# language: php