Completed
Push — new-features ( 758920...a53317 )
by Bogdan
03:01
created

Checkout Config

build:
    dependencies:
        before:
            - sudo apt-get install -y software-properties-common
            - sudo add-apt-repository ppa:pinepain/libv8-6.4
            - sudo apt-get update
            - sudo apt-get install -y libv8-6.4 libv8-6.4-dev libv8-6.4-dbg
            - pecl install v8
            - pecl install ref

checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
      - "vendor/"
      - "tests/"
tools:
  external_code_coverage: true