Commit aaa12415 authored by Ivan Pozdeev's avatar Ivan Pozdeev
Browse files

Step up distros to Xenial + Trusty

Ubuntu Precise is EOL
https://blog.travis-ci.com/2017-04-17-precise-EOL
parent 31383c15
......@@ -13,23 +13,23 @@ env:
matrix:
include:
- os: linux
dist: precise
dist: trusty
# 64-bit builds
- os: linux
dist: trusty
dist: xenial
env:
- TEST_BUILDS=1
sudo: required
# 32-bit builds
- os: linux
dist: trusty
dist: xenial
env:
- TEST_BUILDS=1
- PLAT=i686
sudo: required
# Builds with caching
- os: linux
dist: trusty
dist: xenial
env:
- TEST_BUILDS=1
- USE_CCACHE=1
......
......@@ -190,7 +190,7 @@ To use these scripts
# with. This is set with the MB_PYTHON_VERSION variable.
python: 3.5
sudo: required
dist: trusty
dist: xenial
services: docker
matrix:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment