diff --git a/assets/scripts/app/templates/repo/settings.hbs b/assets/scripts/app/templates/repo/settings.hbs index f335c3c7..4c882bf9 100644 --- a/assets/scripts/app/templates/repo/settings.hbs +++ b/assets/scripts/app/templates/repo/settings.hbs @@ -5,7 +5,7 @@ {{#travis-tab "general" "General Settings"}} {{#settings-form}}

- Build only commits with .travis.yml file + Build only if .travis.yml is present {{travis-switch action="save" active=settings.builds_only_with_travis_yml}}