Import private repository configs - documentation references non-existing setting?

Looking at Import Shared Build Configuration - Travis CI

The docs say to: " In order to share configurations from a private repository, this needs to be allowed on that repository by enabling the Allow importing config files from this repository setting in More options > Settings > Config Import"

I don’t see this setting in my repositories. is this an error in the docs, or my repos are configured differently?

Hi @bgreenesnaplogic,

In order for this feature to be active, you have to enable Build Config Validation.

You can enable Build Config Validation by adding version: ~> 1.0 to your .travis.yml file. This example on my GitHub might be helpful as well.

Please look at this build: Travis CI

Here’s the GitHub repo: GitHub - Montana/foomoo: Travis CI Export Test