Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #12: Set useTmpDir to true. #13

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Updated CHANGELOG.md

71541a1
Select commit
Loading
Failed to load commit list.
Open

Fixes #12: Set useTmpDir to true. #13

Updated CHANGELOG.md
71541a1
Select commit
Loading
Failed to load commit list.
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"
  ]
}