diff --git a/.travis.yml b/.travis.yml index aec0f9b..04b6d49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ "branches": { "only": [ "auto", + "next", "master", "/^.*-maintenance$/" ] @@ -69,4 +70,4 @@ "make -e $BUILD" ], "sudo": true -} +} \ No newline at end of file diff --git a/scripts/make_travisconf.py b/scripts/make_travisconf.py index 43f1180..afca282 100644 --- a/scripts/make_travisconf.py +++ b/scripts/make_travisconf.py @@ -17,7 +17,7 @@ cfg['git'] = { } cfg['branches'] = { - 'only': ['auto', 'master', '/^.*-maintenance$/'] + 'only': ['auto', 'next', 'master', '/^.*-maintenance$/'] } cfg['install'] = """