Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uphomu repos that use travis should exclude master #59
Comments
|
This is actually a limitation of Travis. If you turn off master then some other stuff breaks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now it causes a lot of spurious travis runs. 1) initial PR 2) merge into tmp 3) merge into auto 4) fast forward to master.
(2) will fixed by #56. (4) is what this bug proposes to fix. The other two are both needed.