chore: prepare release 4.0.0 #273
Merged
Travis CI / Travis CI - Branch
succeeded
Dec 12, 2023 in 4m 22s
Build Passed
The build passed.
Details
This is a normal build for the chore/prepare-release-4.0.0 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | PHP | OS | State |
---|---|---|---|
454.1 | 7.3 | Linux | passed |
454.2 | 7.4 | Linux | passed |
454.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