Travis: Upgrade to trusty

This commit is contained in:
Markus Unterwaditzer 2017-05-31 13:44:40 +02:00
parent fa6a98ec9b
commit 76b9bb0aa1
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
] ]
}, },
"cache": "pip", "cache": "pip",
"dist": "trusty",
"git": { "git": {
"submodules": false "submodules": false
}, },

View file

@ -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'