Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

CP-189 promethues using anonymous_machine

558bfac
Select commit
Loading
Failed to load commit list.
Open

CP-189 prometheus using anonymous_machine #46

CP-189 promethues using anonymous_machine
558bfac
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action May 27, 2025 in 35s

Build Errored

The build errored.

Details

This is a normal build for the Hao/CP-189 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Erlang
Operating System Linux (Xenial)
OTP Release Version 22.2
Build Configuration
{
  "language": "erlang",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "otp_release": [
    "22.2"
  ],
  "before_script": [
    "make plt"
  ],
  "script": [
    "make tests && make dialyze"
  ]
}