Skip to content

Only build master and semver tags in Travis#2982

Merged
hdgarrood merged 1 commit intomasterfrom
dont-build-prs-twice
Jul 9, 2017
Merged

Only build master and semver tags in Travis#2982
hdgarrood merged 1 commit intomasterfrom
dont-build-prs-twice

Conversation

@hdgarrood
Copy link
Copy Markdown
Contributor

Currently, for PRs from branches in this repository, we have to wait for
4 CI builds: 2 Travis and 2 appveyor, one for the branch and one for the
PR. As far as I can see, the branch builds don't achieve anything beyond
making us wait longer for CI to finish. This change to .travis.yml
should hopefully disable the branch ones but leave the builds we want
intact.

I'll see if I can make a similar change for AppVeyor.

Currently, for PRs from branches in this repository, we have to wait for
4 CI builds: 2 Travis and 2 appveyor, one for the branch and one for the
PR. As far as I can see, the branch builds don't achieve anything beyond
making us wait longer for CI to finish. This change to .travis.yml
should hopefully disable the branch ones but leave the builds we want
intact.

I'll see if I can make a similar change for AppVeyor.
@garyb
Copy link
Copy Markdown
Member

garyb commented Jul 9, 2017

Makes sense!

@hdgarrood
Copy link
Copy Markdown
Contributor Author

Seems to work too, as Travis hasn't done a branch build here but it has done a pr build.

@hdgarrood hdgarrood merged commit c41a7a4 into master Jul 9, 2017
@hdgarrood hdgarrood deleted the dont-build-prs-twice branch July 9, 2017 21:41
paf31 added a commit that referenced this pull request Jul 10, 2017
paf31 added a commit that referenced this pull request Jul 10, 2017
…2985)

* Revert "Fix child decl ordering (#2984)"

This reverts commit 7fdd39d.

* Revert "Only build master and semver tags in Travis (#2982)"

This reverts commit c41a7a4.

* Revert "Include comments in child declarations in HTML docs (#2981)"

This reverts commit ad6166f.

* Revert "Solve RowToList (#2945)"

This reverts commit 0e2d820.

* Revert "Fix links to type operators in HTML docs (#2979)"

This reverts commit 5fe26f2.

* Revert "Re-evaluate REPL globs during :reload (#2978)"

This reverts commit 50e1c68.

* Revert "[purs ide] Collect data constructors (#2976)"

This reverts commit c965f35.

* Revert "Replace synonyms in instance constraints (#2973)"

This reverts commit ee66e0d.

* Revert "Require single-method instance declarations to be indented (#2965)"

This reverts commit b3e470d.
hdgarrood added a commit that referenced this pull request Jul 10, 2017
hdgarrood added a commit that referenced this pull request Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants