Skip to content

Defining the build matrix only with matrix.include leads to an additional, unwanted job #4681

@bilderbuchi

Description

@bilderbuchi

Simple reproduction of the problem: A .travis.yml, makes two builds, one without environment variables defined. One build only, with TARGET=linux is desired:

language: c++
compiler: gcc
matrix:
  include:
    - os: linux
      env: TARGET="linux"

install: true

script: true

leads to

    15.1 Compiler: gcc  no environment variables set
    15.2 Compiler: gcc  TARGET="linux"

https://travis-ci.org/bilderbuchi/travis_production_test/builds/76336816

Related issue: #1228

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions