Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
aaa12415
Commit
aaa12415
authored
Jan 05, 2019
by
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.travis.yml
.travis.yml
+4
-4
README.rst
README.rst
+1
-1
No files found.
.travis.yml
View file @
aaa12415
...
@@ -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
...
...
README.rst
View file @
aaa12415
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment