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

feat: added support for auth param in link token create, resolves #72 #73

Merged
merged 1 commit into from
Jul 26, 2023

feat: added support for auth param in link token create, resolves #72

966325e
Select commit
Loading
Failed to load commit list.
Merged

feat: added support for auth param in link token create, resolves #72 #73

feat: added support for auth param in link token create, resolves #72
966325e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request succeeded May 2, 2023 in 49s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #73 feat: added support for auth param in link token create, resolves #72.
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
139.1 7.3 Linux passed
139.2 7.4 Linux passed
139.3 8.0 Linux passed
139.4 8.1 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Xenial)
PHP Versions 7.3, 7.4, 8.0, 8.1
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "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"
  ]
}