mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add fast_finish to Travis
This commit is contained in:
parent
fb68a6c4aa
commit
5a2032d6d9
2 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
],
|
||||
"language": "python",
|
||||
"matrix": {
|
||||
"fast_finish": true,
|
||||
"include": [
|
||||
{
|
||||
"env": "BUILD=style",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue