From c9aada301217b128a4eb3053d1f0f00651c3e6fc Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 13 Mar 2016 20:23:00 +0100 Subject: [PATCH] Also test master --- scripts/make_travisconf.py | 1 + 1 file changed, 1 insertion(+) 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')