-
Notifications
You must be signed in to change notification settings - Fork 68
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
sudo in matrix.include not recognized as correct. #66
Comments
can't reproduce; here this works: sudo: false
language: go
go:
- master
env:
- TEST_SUITE="unit"
matrix:
include:
- env: "TEST_SUITE=integration"
sudo: true |
@LebedevRI do you agree? I don't know, as @cirocosta's repro is not identical to mine. I don't use Travis right now. |
@cirocosta we are talking about https://lint.travis-ci.org/, right? |
ooh sorry, that's true. I was thinking about travis in general. As you said, fails on lint but works fine on travis. My bad |
So this one could be closed maybe? |
Why? It is still reproducible. I'd guess it should be reported to https://github.com/travis-ci/travis-lint, but the issues are closed there. And i can't rename this issue to contain |
Oh, sorry, misunderstood :) |
When putting a snippet like
I get "in matrix.include section: unexpected key sudo, dropping", but this works on Travis.
The text was updated successfully, but these errors were encountered: