Bump semver from 5.7.1 to 5.7.2 in /testfiles/testtheme #31
Travis CI / Travis CI - Branch
succeeded
Apr 23, 2024 in 1m 44s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the dependabot/npm_and_yarn/testfiles/testtheme/semver-5.7.2 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
PHP Version | 8.1 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"env": [
"global={:CC_TEST_REPORTER_ID=>\"cdc75eaf44ab340391ebe7bae0e986bc418615b4d34d90eef6fffbf1166571b4\"}"
],
"php": [
"8.1"
],
"before_script": [
"curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter",
"chmod +x ./cc-test-reporter",
"./cc-test-reporter before-build"
],
"install": [
"composer self-update",
"composer install --dev"
],
"script": [
"vendor/bin/robo test:coverage-codeclimate"
],
"after_script": [
"if [ \"$TRAVIS_PULL_REQUEST\" == \"false\" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi"
]
}
Loading