fix: kiuwan bugs 01 #270
Merged
fix: kiuwan bugs 01 #270
Travis CI / Travis CI - Branch
succeeded
Nov 29, 2023 in 4m 27s
Build Passed
The build passed.
Details
This is a normal build for the fix/kiuwan-bugs-01 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 |
---|---|---|---|
445.1 | 7.3 | Linux | passed |
445.2 | 7.4 | Linux | passed |
445.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