Get Travis CI to ignore an external library?

為{幸葍}努か 提交于 2019-12-23 16:34:42

问题


I added the dropboxChooserSDK library to my project as an external module. Now Travis is trying to build the library and it fails.

Is there a way to ignore the library?

My project structure looks like this:

  • app
  • build
  • dropboxChooserSDK
  • gradle

Error from Travis:

FAILURE: Build failed with an exception.

What went wrong:

  • A problem occurred configuring project ':app'.
  • A problem occurred configuring project ':dropboxChooserSDK'. failed to find Build Tools revision 19.1.0

来源:https://stackoverflow.com/questions/31558822/get-travis-ci-to-ignore-an-external-library

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