Token Creation New Parameters Supported #87
Travis CI / Travis CI - Pull Request
succeeded
Mar 21, 2024 in 2m 14s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #87 Token Creation New Parameters Supported.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
Job | PHP | OS | State |
---|---|---|---|
147.1 | 7.3 | Linux | passed |
147.2 | 7.4 | Linux | passed |
147.3 | 8.0 | Linux | passed |
147.4 | 8.1 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
PHP Versions | 7.3, 7.4, 8.0, 8.1 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"php": [
"7.3",
"7.4",
"8.0",
"8.1"
],
"install": [
"composer install"
],
"script": [
"php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-clover=build/logs/clover.xml"
],
"after_success": [
"travis_retry php vendor/bin/php-coveralls"
]
}
Loading