Deducteam / lambdapi

Proof assistant based on the λΠ-calculus modulo rewriting
Other
279 stars 35 forks source link

Travis store a bad version in the cache #242

Closed elhaddadyacine closed 5 years ago

elhaddadyacine commented 5 years ago

Hello, While trying to fix #171, Travis didn't succeed in the Deducteam/lambdapi repository but it worked with my repository elhaddadyacine/lambdapi which is very weird, I fixed the problem by deleting menhir from the installation script and put it back in the next commit which allows Travis to store a new version in the cache. I am afraid that the problem will occur for future pull requests. Is there a way to tell Travis to not get a specific package from the cache?

rlepigre commented 5 years ago

You can delete the cache in Travis when you have such a problem. There is a button for that in the interface, this happens from time to time (I'm not exactly sure why). When the cache is deleted you can then restart the CI.

elhaddadyacine commented 5 years ago

Thank you @rlepigre. I didn't know about such a feature in the GUI.