mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Travis: Upgrade to trusty
This commit is contained in:
parent
fa6a98ec9b
commit
76b9bb0aa1
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cache": "pip",
|
"cache": "pip",
|
||||||
|
"dist": "trusty",
|
||||||
"git": {
|
"git": {
|
||||||
"submodules": false
|
"submodules": false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ latest_python = "3.6"
|
||||||
cfg = {}
|
cfg = {}
|
||||||
|
|
||||||
cfg['sudo'] = True
|
cfg['sudo'] = True
|
||||||
|
cfg['dist'] = 'trusty'
|
||||||
cfg['language'] = 'python'
|
cfg['language'] = 'python'
|
||||||
cfg['cache'] = 'pip'
|
cfg['cache'] = 'pip'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue