Method | Description | |
---|---|---|
phpVersionsToRun ( array $phpVersions, boolean $setLintEnvironmentVariable = false ) : string | Generate string that specifies the php versions that will be run on travis. | |
phpVersionsToTest ( string $projectPhpVersion ) : array | Get project php versions that will be run on travis ci. |
Method | Description | |
---|---|---|
toMinorVersion ( string $version ) : string | Returns the minor version of the given version. |
public phpVersionsToTest ( string $projectPhpVersion ) : array | ||
$projectPhpVersion | string | |
return | array |