Passed
Push — master ( 9267f6...861b02 )
by Michael
04:59 queued 10s
created

Checkout Config

# language: php
build:
  nodes:
    tests: true
    analysis:
      dependencies:
        after:
          # The following installs the most recent XOOPS CMS version, you might want
          # to install a specific release tag or branch instead.
          - git clone --depth=1 https://github.com/XOOPS/XoopsCore25
          - git clone --depth=1 https://github.com/mambax7/tag
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run --enable-security-analysis
  environment:
    php:
      version: "7.2"
filter:
  dependency_paths:
    - XoopsCore25/*
    - tag/*

Repository Config

# language: php
build:
  nodes:
    tests: true
    analysis:
      project_setup:
        override: true
      tests:
        override:
        - php-scrutinizer-run --enable-security-analysis
      dependencies:
        after:
          # The following installs the most recent XOOPS CMS version, you might want
          # to install a specific release tag or branch instead.
        - git clone --depth=1 https://github.com/XOOPS/XoopsCore25
        - git clone --depth=1 https://github.com/mambax7/tag
filter:
  dependency_paths:
  - XoopsCore25/*
  - tag/*

Global Config

build:
  nodes:
    tests: true
    analysis:
      dependencies:
        after:
        # The following installs the most recent XOOPS CMS version, you might want
        # to install a specific release tag or branch instead.
        - git clone --depth=1 https://github.com/XOOPS/XoopsCore25
        - git clone --depth=1 https://github.com/mambax7/tag
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run --enable-security-analysis
  environment:
    php:
      version: "7.2"
filter:
  dependency_paths:
    - XoopsCore25/*
    - tag/*