سؤال

In my project I have a few git submodules, however those aren't actual build dependencies and do take some extra time to get pulled in, literarily doubling or tripling the build time.

Is there any way of telling Travis to skip this useless step?

هل كانت مفيدة؟

المحلول

In case if somebody still looks for this, in .travis.yml:

git:
  submodules: false

نصائح أخرى

At the moment not, please file an issue with travis-build.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top