diff --git a/docs/project-generation-options.rst b/docs/project-generation-options.rst index d1d36324a..7c51cb050 100644 --- a/docs/project-generation-options.rst +++ b/docs/project-generation-options.rst @@ -86,9 +86,13 @@ open_source_license [1] 4. `Apache Software License 2.0`_ 5. Not open source +use_travisci [n] + Generate `Travis CI`_ configuration file. + **NOTE:** *If you choose to use Docker, selecting a JavaScript task runner is not supported out of the box.* + .. _WhiteNoise: https://github.com/evansd/whitenoise .. _Celery: https://github.com/celery/celery .. _MailHog: https://github.com/mailhog/MailHog @@ -106,3 +110,4 @@ not supported out of the box.* .. _BSD: https://opensource.org/licenses/BSD-3-Clause .. _GPLv3: https://www.gnu.org/licenses/gpl.html .. _Apache Software License 2.0: http://www.apache.org/licenses/LICENSE-2.0 +.. _Travis CI: https://travis-ci.org/