mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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",
|
||||
"dist": "trusty",
|
||||
"git": {
|
||||
"submodules": false
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ latest_python = "3.6"
|
|||
cfg = {}
|
||||
|
||||
cfg['sudo'] = True
|
||||
cfg['dist'] = 'trusty'
|
||||
cfg['language'] = 'python'
|
||||
cfg['cache'] = 'pip'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue