Skip to content

Commit 5a2032d

Browse files
untitakerHugo Osvaldo Barrera
authored andcommitted
Add fast_finish to Travis
1 parent fb68a6c commit 5a2032d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
],
1919
"language": "python",
2020
"matrix": {
21+
"fast_finish": true,
2122
"include": [
2223
{
2324
"env": "BUILD=style",

scripts/make_travisconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
cfg['script'] = ["make -e $BUILD"]
2929

3030
matrix = []
31-
cfg['matrix'] = {'include': matrix}
31+
cfg['matrix'] = {'include': matrix, 'fast_finish': True}
3232

3333
matrix.append({
3434
'python': latest_python,

0 commit comments

Comments
 (0)