PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP CSP Header Builder   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSP Header Builder
Generate Content Security Policy headers
Author: By
Last change: Merge pull request #51 from timmit-nl/master

Add setReportSample. See #46.
Remove 7.0 from Travis
We need v7

Also, don't test nightly until dependencies support PHP 8
Use newer PHPUnit
Date: 5 months ago
Size: 405 bytes
 

Contents

Class file image Download
language: php sudo: false matrix: fast_finish: true include: - php: "7.1" - php: "7.2" - php: "7.3" - php: "7.4" - php: "8.0" - php: "nightly" allow_failures: - php: "8.0" - php: "nightly" install: - composer self-update - composer update script: - vendor/bin/phpunit - vendor/bin/psalm - vendor/bin/phpcs