chore: prepare release 4.0.0 #273
Merged
Travis CI / Travis CI - Pull Request
succeeded
Dec 12, 2023 in 4m 28s
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 #273 chore: prepare release 4.0.0.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | PHP | OS | State |
---|---|---|---|
455.1 | 7.3 | Linux | passed |
455.2 | 7.4 | Linux | passed |
455.3 | 8.0 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
PHP Versions | 7.3, 7.4, 8.0 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"php": [
"7.3",
"7.4",
"8.0"
],
"before_script": [
"phpenv config-rm xdebug.ini",
"composer install"
],
"script": [
"./sdktest.sh"
],
"deploy": [
{
"provider": "releases",
"name": "$TRAVIS_TAG",
"skip_cleanup": true,
"on": {
"repo": "TransbankDevelopers/transbank-sdk-php",
"tags": true,
"php": "8.0"
},
"token": "$GITHUB_TOKEN"
}
]
}
Loading