PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change: Merge branch 'master' of https://github.com/XoopsModules25x/publisher
Date: 7 months ago
Size: 610 bytes
 

Contents

Class file image Download
# 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/*