Permalink
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
- 6 commits
- 68 files changed
- 2 comments
- 3 contributors
Commits on Oct 01, 2019
Tags in Git do not live in any specific branch, so a branch condition for builds based on tags doesn't really fit into Git's model. Therefore Travis silently ignores `branch: ...` if `tags: true` is given.
Showing you all comments on commits in this comparison.
This comment has been minimized.
This comment has been minimized.
|
@josephwright Do you expect that we will have any other tags which are not based on master? Then we should add some additional conditions, maybe some tag name parsing as in luaotfload? |
This comment has been minimized.
This comment has been minimized.
|
No real reason beyond wanting to keep things 'tight': I assumed Travis-CI would check 'is this tag matching a commit on the master branch' ... |
There are no files selected for viewing