Use Xenial as base rather than EOL Trusty

This commit is contained in:
Hugo 2019-04-01 16:58:50 +03:00
parent 68d79c4c5b
commit 895832ebda

View File

@ -15,7 +15,7 @@ env:
language: python language: python
# Default Python version is usually 2.7 # Default Python version is usually 2.7
python: 3.5 python: 3.5
dist: trusty dist: xenial
services: docker services: docker
osx_image: xcode9.4 osx_image: xcode9.4