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
cd120325
Unverified
Commit
cd120325
authored
Mar 29, 2018
by
Matthew Brett
Committed by
GitHub
Mar 29, 2018
Browse files
Merge pull request #156 from radarhere/travis
Added Xcode 9 builds
parents
6bb0f880
bf060ca6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
.travis.yml
.travis.yml
+14
-2
No files found.
.travis.yml
View file @
cd120325
...
...
@@ -96,8 +96,20 @@ matrix:
env
:
-
PYTHON_VERSION=pypy-5.7
-
VENV=venv
# Default OSX (xcode image) is 10.11 (xcode 7.3.1) as of 2017-05-02
# See: https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version
# Default OSX (xcode image) is 10.12 (xcode 8.3.3) as of 2018-03-29
# See: https://docs.travis-ci.com/user/reference/osx/
-
os
:
osx
osx_image
:
xcode9.2
env
:
-
PYTHON_VERSION=3.5
-
os
:
osx
osx_image
:
xcode9.1
env
:
-
PYTHON_VERSION=3.5
-
os
:
osx
osx_image
:
xcode9
env
:
-
PYTHON_VERSION=3.5
-
os
:
osx
osx_image
:
xcode8.3
env
:
...
...
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