-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Dealing with the "One of the secure variables in your .travis.yml has an invalid format.\" warning #920
Comments
I did a little bit of cleanup of "stale" branches |
OOh, it would never have occured to me that it might be older branches |
Yeah, me neither! It's a hunch at this point, but it seems like the only likely cause. |
It looks like it might have cached an old verison of the TRavis because were not using any secure var in the Travis Config |
Wooo....I find this in the Travis tests..... https://github.com/travis-ci/travis-support/blob/master/spec/travis/helpers_spec.rb#L42 |
So does this apply to values set in travis via settings as well? I ask because we have something set there. |
I would assume so. I'm going to do some test builds on my account to try to narrow it down. |
I think the
One of the secure variables in your .travis.yml has an invalid format.
travis warning is maybe being caused by other branches in the repo, like here for example:https://github.com/nodejs/docker-node/blob/temp/.travis.yml#L86
Can everyone go through their branches and either rebase them or delete them?
The text was updated successfully, but these errors were encountered: