It seems that the Travis CI configuration had breaking changes recently
This change broke my Documenter
build, since matrix
and jobs
are now the same alias.
To fix this, the matrix
and jobs
section in .travis.yml
needs to be unified.
It seems that the Travis CI configuration had breaking changes recently
This change broke my Documenter
build, since matrix
and jobs
are now the same alias.
To fix this, the matrix
and jobs
section in .travis.yml
needs to be unified.
I’m actually trying to resolve this issue today… is that any template that will allow the following?
Right now, everything configurations I tried has only 2 of those 3!
@Balinus this is how I changed mine
Thanks! I’m gonna try inserting a custom test script. Hopefully, this will work!
e.g.
edit - Removed config example → did not work.
Yea this was actually tricky for me to figure out because the Travis builds themselves didn’t fail for me, but it never built docs.