diff --git a/.travis.yml b/.travis.yml index 04b6d49..6c2c178 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ ], "language": "python", "matrix": { + "fast_finish": true, "include": [ { "env": "BUILD=style", diff --git a/scripts/make_travisconf.py b/scripts/make_travisconf.py index afca282..6505ba4 100644 --- a/scripts/make_travisconf.py +++ b/scripts/make_travisconf.py @@ -28,7 +28,7 @@ make -e install-$BUILD cfg['script'] = ["make -e $BUILD"] matrix = [] -cfg['matrix'] = {'include': matrix} +cfg['matrix'] = {'include': matrix, 'fast_finish': True} matrix.append({ 'python': latest_python,