Skip to content

Add support for /user endpoints and some /credit endpoints. - #98

Open
rlmumford wants to merge 7 commits into
TomorrowIdeas:masterfrom
CounselKit:feature/credit-support
Open

rlmumford wants to merge 7 commits into
TomorrowIdeas:masterfrom
CounselKit:feature/credit-support

by rlm: Add statements endpoints.

c8ac389
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Oct 13, 2025 in 1m 55s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #98 Add support for /user endpoints and some /credit endpoints..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job PHP OS State
168.1 7.3 Linux errored
168.2 7.4 Linux failed
168.3 8.0 Linux failed
168.4 8.1 Linux failed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
PHP Versions 7.3, 7.4, 8.0, 8.1
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "php": [
    "7.3",
    "7.4",
    "8.0",
    "8.1"
  ],
  "install": [
    "composer install"
  ],
  "script": [
    "php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-clover=build/logs/clover.xml"
  ],
  "after_success": [
    "travis_retry php vendor/bin/php-coveralls"
  ]
}