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: ...@@ -13,23 +13,23 @@ env:
matrix: matrix:
include: include:
- os: linux - os: linux
dist: precise dist: trusty
# 64-bit builds # 64-bit builds
- os: linux - os: linux
dist: trusty dist: xenial
env: env:
- TEST_BUILDS=1 - TEST_BUILDS=1
sudo: required sudo: required
# 32-bit builds # 32-bit builds
- os: linux - os: linux
dist: trusty dist: xenial
env: env:
- TEST_BUILDS=1 - TEST_BUILDS=1
- PLAT=i686 - PLAT=i686
sudo: required sudo: required
# Builds with caching # Builds with caching
- os: linux - os: linux
dist: trusty dist: xenial
env: env:
- TEST_BUILDS=1 - TEST_BUILDS=1
- USE_CCACHE=1 - USE_CCACHE=1
......
...@@ -190,7 +190,7 @@ To use these scripts ...@@ -190,7 +190,7 @@ To use these scripts
# with. This is set with the MB_PYTHON_VERSION variable. # with. This is set with the MB_PYTHON_VERSION variable.
python: 3.5 python: 3.5
sudo: required sudo: required
dist: trusty dist: xenial
services: docker services: docker
matrix: 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