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",
"matrix": {
"fast_finish": true,
"include": [
{
"env": "BUILD=style",

View file

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