Skip to content

Travis should not build the master branch, only the main branch #919

@simonw

Description

@simonw

Caused by #849 - since we are mirroring the two branches (to ensure old links to master keep working) Travis is building both.

The following in .travis.yml should fix that:

branches:
  except:
  - master

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions