Skip to content

Commit

Permalink
Update Xcode or Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 31, 2019
1 parent 86c338d commit c86b74d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Expand Up @@ -20,8 +20,6 @@ language: c

dist: xenial

osx_image: xcode10.1

git:
quiet: true

Expand All @@ -47,6 +45,7 @@ addons:
- valgrind
- zlib1g-dev
homebrew:
update: true
packages:
- gdbm
- gmp
Expand Down Expand Up @@ -237,6 +236,17 @@ env:

- &x86_64-darwin17
name: x86_64-darwin17
osx_image: xcode10.1
<<: *osx
env:
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
- TEST_ALL_OPTS="--tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
- JOBS=

- &x86_64-darwin18
name: x86_64-darwin18
osx_image: xcode11
<<: *osx
env:
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
Expand All @@ -246,6 +256,7 @@ env:

- &universal-darwin17
name: uinversal.x86_64h-darwin17
osx_image: xcode10.1
<<: *osx
<<: *cron-only
<<: *make-test-only
Expand All @@ -256,7 +267,7 @@ env:
matrix:
include:
# to reduce time for finishing all jobs, run the slowest osx build first.
- <<: *x86_64-darwin17
- <<: *x86_64-darwin18
- <<: *x86_64-linux
- <<: *i686-linux
- <<: *jemalloc
Expand Down

0 comments on commit c86b74d

Please sign in to comment.