My Travis keeps erroring

一世执手 提交于 2019-12-13 20:40:38

问题


All tests are passing, but in in the end, it gives

The command "make html" failed and exited with 2 during .

This happens since I started using cache. Initially I just had

cache:
  apt: true
  directories:
    - $HOME/virtualenv/python2.7/lib/python2.7/site-packages
    - node_modules

in travis.yml

but I also added - $HOME/virtualenv/bin and cleared my cache in master branch before I ran another build. It passed once, but then keeps failing. I cleared the cache multiple times but no avail.

来源:https://stackoverflow.com/questions/24080856/my-travis-keeps-erroring

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!