Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Latest commit

 

History

History
75 lines (64 loc) · 2.39 KB

README.md

File metadata and controls

75 lines (64 loc) · 2.39 KB

Test Travis

CI Status Build Status codecov CodeFactor License: GPL v2+ PHP: >=5.6 WordPress: >=5.0

Travis CI テスト用

Table of Contents

Details

要件

  • PHP 5.6 以上
  • WordPress 5.0 以上

構成

  • Travis CI
    • code check
      • PHP
        • PHP_CodeSniffer
        • PHPMD
      • JavaScript
        • ESLint
    • test
      • PHP
        • PHPUnit
          • PHP v5.6 - v7.3
          • WordPress v5.0 - latest
      • JavaScript
        • Jest
    • coverage
      • codecov
  • GitHub Actions
    • code check
      • PHP
        • PHP_CodeSniffer
        • PHPMD
      • JavaScript
        • ESLint
    • test
      • PHP
        • PHPUnit
          • PHP v5.6 - v7.3
          • WordPress v5.0 - latest
      • JavaScript
        • Jest
    • deploy
      • GitHub releases

Dependency

Scripts for Travis CI

Author

GitHub (Technote)
Blog

プラグイン作成用フレームワーク

WP Content Framework