Fixes #12: Set useTmpDir to true. #13
Open
Travis CI / Travis CI - Branch
required action
Apr 23, 2024 in 5m 13s
Build Errored
The build errored. This is a change from the previous build, which passed.
Details
This is a normal build for the feature/issue-#12 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in parallel.
Job | PHP | ENV | OS | State |
---|---|---|---|---|
714.1 | 7.1 | CC_TEST_REPORTER_ID=cdc75eaf44ab340391ebe7bae0e986bc418615b4d34d90eef6fffbf1166571b4 | Linux | failed |
714.2 | 7.0 | CC_TEST_REPORTER_ID=cdc75eaf44ab340391ebe7bae0e986bc418615b4d34d90eef6fffbf1166571b4 | Linux | failed |
714.3 | 5.6 | CC_TEST_REPORTER_ID=cdc75eaf44ab340391ebe7bae0e986bc418615b4d34d90eef6fffbf1166571b4 | Linux | failed |
714.4 | 5.5 | CC_TEST_REPORTER_ID=cdc75eaf44ab340391ebe7bae0e986bc418615b4d34d90eef6fffbf1166571b4 | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Xenial) |
PHP Versions | 7.1, 7.0, 5.6, 5.5 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "xenial",
"env": [
"global={:CC_TEST_REPORTER_ID=>\"cdc75eaf44ab340391ebe7bae0e986bc418615b4d34d90eef6fffbf1166571b4\"}"
],
"php": [
"7.1",
"7.0",
"5.6",
"5.5"
],
"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