Skip to content

Commit ba86f89

Browse files
committed
Target builds for older macOS
1 parent a5483a7 commit ba86f89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ matrix:
4848
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
4949
SCCACHE_ERROR_LOG=/tmp/sccache.log
5050
RUST_LOG=sccache=debug
51+
MACOSX_DEPLOYMENT_TARGET=10.7
5152
os: osx
5253
osx_image: xcode8.2
5354
install: &osx_install_sccache >
@@ -60,6 +61,7 @@ matrix:
6061
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
6162
SCCACHE_ERROR_LOG=/tmp/sccache.log
6263
RUST_LOG=sccache=debug
64+
MACOSX_DEPLOYMENT_TARGET=10.7
6365
os: osx
6466
osx_image: xcode8.2
6567
install: *osx_install_sccache
@@ -72,6 +74,7 @@ matrix:
7274
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
7375
SCCACHE_ERROR_LOG=/tmp/sccache.log
7476
RUST_LOG=sccache=debug
77+
MACOSX_DEPLOYMENT_TARGET=10.7
7578
os: osx
7679
osx_image: xcode8.2
7780
install: >
@@ -85,6 +88,7 @@ matrix:
8588
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
8689
SCCACHE_ERROR_LOG=/tmp/sccache.log
8790
RUST_LOG=sccache=debug
91+
MACOSX_DEPLOYMENT_TARGET=10.7
8892
os: osx
8993
osx_image: xcode8.2
9094
install: *osx_install_sccache
@@ -102,6 +106,7 @@ matrix:
102106
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
103107
SCCACHE_ERROR_LOG=/tmp/sccache.log
104108
RUST_LOG=sccache=debug
109+
MACOSX_DEPLOYMENT_TARGET=10.7
105110
os: osx
106111
osx_image: xcode8.2
107112
install: *osx_install_sccache

0 commit comments

Comments
 (0)