mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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",
|
"language": "python",
|
||||||
"matrix": {
|
"matrix": {
|
||||||
|
"fast_finish": true,
|
||||||
"include": [
|
"include": [
|
||||||
{
|
{
|
||||||
"env": "BUILD=style",
|
"env": "BUILD=style",
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue