-
Notifications
You must be signed in to change notification settings - Fork 277
Fixes Travis CI build. It was not checking out a branch. #358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
258f6bf
to
3a3b199
Compare
The command in `.travis.yml` that is supposed to checkout the branch did not actually check out the branch.
3a3b199
to
b7fad46
Compare
@@ -4,18 +4,8 @@ sudo: false | |||
# Want 'bash' but 'c' works: | |||
language: c | |||
|
|||
branches: | |||
only: | |||
- master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's nice if we can build branches other than master and release. This makes it easy for forkers to test their non-master branches in their own repositories.
@ingydotnet: Is there are reason only some branches are allowed?
I accidentally deleted my branch. Reopening. |
@grimmySwe: Hey grimmy, could you check out this PR. It merges into the |
@mupdt Hi, for me it looks ok, although I don't know if @ingydotnet had any special thoughts with the restrictions? |
@ingydotnet: ping |
Can you target this PR against master? The |
Done 👍 |
Sorry about the false hope, did the wrong thing and it is getting fixed now. |
The command in
.travis.yml
that is supposed to checkout the branch did not actually check out the branch.