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

Disallow specifying both -b and --fq-rate together. #1602

Closed
wants to merge 1 commit into from

Disallow specifying both -b and --fq-rate together.

a6fa75e
Select commit
Loading
Failed to load commit list.
Closed

Disallow specifying both -b and --fq-rate together. #1602

Disallow specifying both -b and --fq-rate together.
a6fa75e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Nov 16, 2023 in 4m 24s

Build Passed

The build passed.

Details

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

Jobs and Stages

This build has six jobs, running in parallel.

Job Compiler OS State
1439.1 gcc Linux passed
1439.2 clang Linux passed
1439.3 gcc macOS passed
1439.4 clang macOS passed
1439.5 gcc freebsd passed
1439.6 clang freebsd passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Xenial), macOS, freebsd
Compiler Versions gcc, clang
Build Configuration
{
  "language": "c",
  "os": [
    "linux",
    "osx",
    "freebsd"
  ],
  "dist": "xenial",
  "compiler": [
    "gcc",
    "clang"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "ImUmX7hcYotHWCDBfOcIvF6H7kkeGqiaUCy7SVPFtgPbz33ttpbRd94E7oxWVmZMLKb+i6+JCujTEWGwGBimzH+DjL0LLWs0ShzXZIUa1UzEPTc4hgV6VAxucYKFg2WrbXgOPWbulkMG1VZ6pX7GlAEGf0qyNqn44F7S2ay9m18="
          }
        ]
      }
    ]
  },
  "script": [
    "./configure && make && make check"
  ]
}