Skip to content

Commit

Permalink
Travis: build binaries for macOS 10.13 (High Sierra)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 8, 2018
1 parent bb13182 commit 1a2c609
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,48 @@ matrix:
- os: osx
osx_image: xcode8
env: RBLANK_RUBY_VERSION=2.3.5
- os: osx
osx_image: xcode9.3beta
env: RBLANK_RUBY_VERSION=2.3.5
- os: osx
osx_image: xcode8
env: RBLANK_RUBY_VERSION=2.3.5 RUBY_STATIC=1
- os: osx
osx_image: xcode9.2
env: RBLANK_RUBY_VERSION=2.3.5 RUBY_STATIC=1
- os: osx
osx_image: xcode9.3beta
env: RBLANK_RUBY_VERSION=2.3.5 RUBY_STATIC=1
- os: osx
osx_image: xcode8
env: RBLANK_RUBY_VERSION=2.4.2
- os: osx
osx_image: xcode9.3beta
env: RBLANK_RUBY_VERSION=2.4.2
- os: osx
osx_image: xcode8
env: RBLANK_RUBY_VERSION=2.4.2 RUBY_STATIC=1
- os: osx
osx_image: xcode9.2
env: RBLANK_RUBY_VERSION=2.4.2 RUBY_STATIC=1
- os: osx
osx_image: xcode9.3beta
env: RBLANK_RUBY_VERSION=2.4.2 RUBY_STATIC=1
- os: osx
osx_image: xcode8
env: RBLANK_RUBY_VERSION=2.5.0
- os: osx
osx_image: xcode9.3beta
env: RBLANK_RUBY_VERSION=2.5.0
- os: osx
osx_image: xcode8
env: RBLANK_RUBY_VERSION=2.5.0 RUBY_STATIC=1
- os: osx
osx_image: xcode9.2
env: RBLANK_RUBY_VERSION=2.5.0 RUBY_STATIC=1
- os: osx
osx_image: xcode9.3beta
env: RBLANK_RUBY_VERSION=2.5.0 RUBY_STATIC=1

cache:
cargo: true
Expand Down

0 comments on commit 1a2c609

Please sign in to comment.