-
Notifications
You must be signed in to change notification settings - Fork 479
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
Changes to travis cause recommended travis file to fail #1228
Comments
Yea, someone else mentioned this too, but when I looked into it (more than a month ago) I could not find anything about this in the Travis docs, and they still mention both |
Can you try just collapsing them? |
What does collapsing them mean? |
Putting everything under |
Yeah that's what I did to resolve the issue. Some recent threads on travis forums seem related: |
479: make docs build r=MikeInnes a=oxinabox I haven't checked if they are not building but TravisCI broke them for most who use both `jobs` and `matrix` JuliaDocs/Documenter.jl#1228 Co-authored-by: Lyndon White <oxinabox@ucc.asn.au>
Had the same problem. Copy-pasted @baggepinnen |
Previously (like a week ago?) following the instructions at
https://juliadocs.github.io/Documenter.jl/dev/man/hosting/#Travis-CI-1
and just adding the suggested stuff to the travis file worked and the documentation was built. Now, if you click the tab "View config" here
https://travis-ci.org/baggepinnen/MonteCarloMeasurements.jl/builds/640388285/config
you see that the build config validation failed. It seems travis no longer accepts a file that specifies both "matrix" and "jobs". The same travis file did work and pass the build config validation a couple of days ago though so it seems it's a change in travis' side. Changing the travis file to this solved the problem
https://travis-ci.org/baggepinnen/MonteCarloMeasurements.jl/builds/640444914/config
The text was updated successfully, but these errors were encountered: