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
2a8fb831
Commit
2a8fb831
authored
Dec 02, 2018
by
Andrew Murray
Browse files
sudo no longer required
parent
254ad283
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
.travis.yml
.travis.yml
+0
-3
README.rst
README.rst
+0
-1
No files found.
.travis.yml
View file @
2a8fb831
...
@@ -19,21 +19,18 @@ matrix:
...
@@ -19,21 +19,18 @@ matrix:
dist
:
trusty
dist
:
trusty
env
:
env
:
-
TEST_BUILDS=1
-
TEST_BUILDS=1
sudo
:
required
# 32-bit builds
# 32-bit builds
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
env
:
env
:
-
TEST_BUILDS=1
-
TEST_BUILDS=1
-
PLAT=i686
-
PLAT=i686
sudo
:
required
# Builds with caching
# Builds with caching
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
env
:
env
:
-
TEST_BUILDS=1
-
TEST_BUILDS=1
-
USE_CCACHE=1
-
USE_CCACHE=1
sudo
:
required
# OSX builds
# OSX builds
-
os
:
osx
-
os
:
osx
osx_image
:
xcode6.4
osx_image
:
xcode6.4
...
...
README.rst
View file @
2a8fb831
...
@@ -189,7 +189,6 @@ To use these scripts
...
@@ -189,7 +189,6 @@ To use these scripts
# The Travis Python version is unrelated to the version we build and test
# The Travis Python version is unrelated to the version we build and test
# 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
dist: trusty
dist: trusty
services: docker
services: docker
...
...
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