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

Updating provider information. #57

Merged
merged 1 commit into from
Jun 6, 2024

Updating provider information.

d3cae28
Select commit
Loading
Failed to load commit list.
Merged

Updating provider information. #57

Updating provider information.
d3cae28
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 6, 2024 in 2m 18s

Build Passed

The build passed.

Details

This is a normal build for the fix.issue.56 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
104.1 Build app 14 Linux passed
104.2 Test app 14 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Version 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "14"
  ],
  "cache": {
    "yarn": true
  },
  "jobs": {
    "include": [
      {
        "script": [
          "yarn build"
        ],
        "name": "Build app"
      },
      {
        "script": [
          "yarn cypress install",
          "yarn test",
          "kill $(jobs -p) || true"
        ],
        "name": "Test app"
      }
    ]
  }
}