Add fast_finish to Travis

This commit is contained in:
Markus Unterwaditzer 2017-10-03 20:59:43 +02:00
parent 33f96f5eca
commit cb41a9df28
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -31,7 +31,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,