diff --git a/scripts/make_travisconf.py b/scripts/make_travisconf.py index 03cb8e7..a7aceac 100644 --- a/scripts/make_travisconf.py +++ b/scripts/make_travisconf.py @@ -72,3 +72,4 @@ with section("matrix"): with section("branches"): with section("only"): p('- auto') + p('- master')