Skip to content

Commit 67f66aa

Browse files
committed
Merge branch 'master-2.6' into dist/2.6/xenial
2 parents 8f57453 + a38d6b4 commit 67f66aa

File tree

101 files changed

+11411
-52254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+11411
-52254
lines changed

.travis.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ language: c
2020

2121
dist: xenial
2222

23-
osx_image: xcode10.1
24-
2523
git:
2624
quiet: true
2725

@@ -47,6 +45,7 @@ addons:
4745
- valgrind
4846
- zlib1g-dev
4947
homebrew:
48+
update: true
5049
packages:
5150
- gdbm
5251
- gmp
@@ -237,6 +236,17 @@ env:
237236

238237
- &x86_64-darwin17
239238
name: x86_64-darwin17
239+
osx_image: xcode10.1
240+
<<: *osx
241+
env:
242+
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/[email protected]:/usr/local/opt/zlib
243+
- TEST_ALL_OPTS="--tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
244+
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
245+
- JOBS=
246+
247+
- &x86_64-darwin18
248+
name: x86_64-darwin18
249+
osx_image: xcode11
240250
<<: *osx
241251
env:
242252
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/[email protected]:/usr/local/opt/zlib
@@ -246,6 +256,7 @@ env:
246256

247257
- &universal-darwin17
248258
name: uinversal.x86_64h-darwin17
259+
osx_image: xcode10.1
249260
<<: *osx
250261
<<: *cron-only
251262
<<: *make-test-only
@@ -256,7 +267,7 @@ env:
256267
matrix:
257268
include:
258269
# to reduce time for finishing all jobs, run the slowest osx build first.
259-
- <<: *x86_64-darwin17
270+
- <<: *x86_64-darwin18
260271
- <<: *x86_64-linux
261272
- <<: *i686-linux
262273
- <<: *jemalloc

0 commit comments

Comments
 (0)