You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like they order things based on the order they appear in .travis.yml, not alphabetically. I think the solution to this is to have people put the environment variable in the matrix section instead of the global section. This is better anyway because it will make the variable only available to the build that actually needs it.
See for example https://travis-ci.org/github/sympy/sympy. It makes it hard to see the actual environment variables that are used to differentiate jobs.
We might
_DOCTR_DEPLOY_...
, assuming that makes it list after the other ones.The text was updated successfully, but these errors were encountered: