Add fast_finish to Travis

This commit is contained in:
Markus Unterwaditzer 2017-10-03 20:59:43 +02:00 committed by Hugo Osvaldo Barrera
parent fb68a6c4aa
commit 5a2032d6d9
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@
], ],
"language": "python", "language": "python",
"matrix": { "matrix": {
"fast_finish": true,
"include": [ "include": [
{ {
"env": "BUILD=style", "env": "BUILD=style",

View file

@ -28,7 +28,7 @@ make -e install-$BUILD
cfg['script'] = ["make -e $BUILD"] cfg['script'] = ["make -e $BUILD"]
matrix = [] matrix = []
cfg['matrix'] = {'include': matrix} cfg['matrix'] = {'include': matrix, 'fast_finish': True}
matrix.append({ matrix.append({
'python': latest_python, 'python': latest_python,