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",
"dist": "trusty",
"git": {
"submodules": false
},

View file

@ -8,6 +8,7 @@ latest_python = "3.6"
cfg = {}
cfg['sudo'] = True
cfg['dist'] = 'trusty'
cfg['language'] = 'python'
cfg['cache'] = 'pip'