2017 © Pedro Peláez
 

library travis-configuration-check

Validation tool to ensure that the contents of a .travis.yml make sense.

image

phpcq/travis-configuration-check

Validation tool to ensure that the contents of a .travis.yml make sense.

  • Friday, December 1, 2017
  • by tril
  • Repository
  • 4 Watchers
  • 0 Stars
  • 17,418 Installations
  • PHP
  • 4 Dependents
  • 1 Suggesters
  • 2 Forks
  • 1 Open issues
  • 7 Versions
  • 5 % Grown

The README.md

Version Stable Build Status Upstream Build Status License Downloads, (*1)

Validate .travis.yml against composer.json.

This check performs several tests., (*2)

The first test ensures that a PHP version is set in the composer.json and this version is also covered by the .travis.yml., (*3)

The second test is to ensure that all allowed versions in .travis.yml are available at travis-ci., (*4)

Optionally it tests, that no unmaintained PHP version is set in the composer.json and .travis.yml and errors when an unmaintained PHP version is mentioned. Currently this means any version prior to PHP 5.4., (*5)

Usage

Add to your composer.json in the require-dev section:, (*6)

"phpcq/travis-configuration-check": "~1.0"

Call the binary:, (*7)

./vendor/bin/check-travis-configuration.php

Optionally pass the root of the project to check:, (*8)

./vendor/bin/check-travis-configuration.php /path/to/some/project

To additionally check for unmaintained PHP versions:, (*9)

./vendor/bin/check-travis-configuration.php --unmaintained-version-error

To additionally check for unmaintained PHP versions within another project:, (*10)

./vendor/bin/check-travis-configuration.php --unmaintained-version-error /path/to/some/project

The Versions

01/12 2017

dev-develop

dev-develop

Validation tool to ensure that the contents of a .travis.yml make sense.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/12 2017

dev-master

9999999-dev

Validation tool to ensure that the contents of a .travis.yml make sense.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/12 2017

1.2.1

1.2.1.0

Validation tool to ensure that the contents of a .travis.yml make sense.

  Sources   Download

MIT

The Requires

 

The Development Requires

30/11 2016

1.2.0

1.2.0.0

Validation tool to ensure that the contents of a .travis.yml make sense.

  Sources   Download

MIT

The Requires

 

The Development Requires

07/07 2016

1.1.1

1.1.1.0

Validation tool to ensure that the contents of a .travis.yml make sense.

  Sources   Download

MIT

The Requires

 

The Development Requires

04/11 2015

1.1.0

1.1.0.0

Validation tool to ensure that the contents of a .travis.yml make sense.

  Sources   Download

MIT

The Requires

 

The Development Requires