Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Remove Branch Determiner
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Feb 15, 2016
1 parent 72b2726 commit 266cc10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ addons:
- git
- libgnome-keyring-dev
- fakeroot

branches:
only:
- master

5 comments on commit 266cc10

@keplersj
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Arcanemagus This is disabling tag-based deploys using Travis.

@keplersj
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Arcanemagus If you were hoping to disable Greenkeeper branch builds Travis allows us to do so using a blacklist and regular expressions. https://docs.travis-ci.com/user/customizing-the-build/#Whitelisting-or-blacklisting-branches

@Arcanemagus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really? That's annoying.

And no, what this was meant to do is disable Travis firing off two builds for every PR.

@Arcanemagus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example check the builds here: #136

If you have a better solution please implement it by all means 😄

@keplersj
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah... I see, I'll investigate and experiment further.

Please sign in to comment.