Test Failed
Pull Request — master (#64)
by
unknown
02:18
created

Checkout Config

before_commands:
  - cp .env.travis .env
checks:
  php: true
  javascript: true
filter:
  excluded_paths:
    - '*.min.js'
coding_style:
  php:
    spaces:
      other:
        after_type_cast: false
build: true

Repository Config

checks:
    php: true
    javascript: true
filter:
    excluded_paths:
        - '*.min.js'
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build: true