summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-10-16 08:25:58 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-10-16 08:27:03 -0700
commit978349ea434c09a3e2355b86b5e7fd6b1a1a502a (patch)
tree255d73ad374c6c4210221c8ae90cb7967babd682 /.travis.yml
parentAuto merge of #45293 - joeratt:patch-1, r=kennytm (diff)
downloadgrust-978349ea434c09a3e2355b86b5e7fd6b1a1a502a.tar.gz
grust-978349ea434c09a3e2355b86b5e7fd6b1a1a502a.tar.bz2
grust-978349ea434c09a3e2355b86b5e7fd6b1a1a502a.tar.xz
ci: Update Travis OSX builders
Looks like Travis [has announced][blog] that our current `xcode8.2` image is being deprecated and the recommended Xcode 7 image is `xcode7.3`. This updates us to these ahead of time to make sure we can shake out any bugs, if any. [blog]: https://blog.travis-ci.com/2017-10-16-a-new-default-os-x-image-is-coming
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 139f06ec57..88be81be75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ matrix:
36 NO_LLVM_ASSERTIONS=1 36 NO_LLVM_ASSERTIONS=1
37 NO_DEBUG_ASSERTIONS=1 37 NO_DEBUG_ASSERTIONS=1
38 os: osx 38 os: osx
39 osx_image: xcode7 39 osx_image: xcode7.3
40 if: branch = auto 40 if: branch = auto
41 41
42 # macOS builders. These are placed near the beginning because they are very 42 # macOS builders. These are placed near the beginning because they are very
@@ -57,7 +57,7 @@ matrix:
57 NO_LLVM_ASSERTIONS=1 57 NO_LLVM_ASSERTIONS=1
58 NO_DEBUG_ASSERTIONS=1 58 NO_DEBUG_ASSERTIONS=1
59 os: osx 59 os: osx
60 osx_image: xcode8.2 60 osx_image: xcode8.3
61 if: branch = auto 61 if: branch = auto
62 62
63 - env: > 63 - env: >
@@ -71,7 +71,7 @@ matrix:
71 NO_LLVM_ASSERTIONS=1 71 NO_LLVM_ASSERTIONS=1
72 NO_DEBUG_ASSERTIONS=1 72 NO_DEBUG_ASSERTIONS=1
73 os: osx 73 os: osx
74 osx_image: xcode8.2 74 osx_image: xcode8.3
75 if: branch = auto 75 if: branch = auto
76 76
77 # OSX builders producing releases. These do not run the full test suite and 77 # OSX builders producing releases. These do not run the full test suite and
@@ -91,7 +91,7 @@ matrix:
91 NO_LLVM_ASSERTIONS=1 91 NO_LLVM_ASSERTIONS=1
92 NO_DEBUG_ASSERTIONS=1 92 NO_DEBUG_ASSERTIONS=1
93 os: osx 93 os: osx
94 osx_image: xcode7 94 osx_image: xcode7.3
95 if: branch = auto 95 if: branch = auto
96 96
97 - env: > 97 - env: >
@@ -105,7 +105,7 @@ matrix:
105 NO_LLVM_ASSERTIONS=1 105 NO_LLVM_ASSERTIONS=1
106 NO_DEBUG_ASSERTIONS=1 106 NO_DEBUG_ASSERTIONS=1
107 os: osx 107 os: osx
108 osx_image: xcode7 108 osx_image: xcode7.3
109 if: branch = auto 109 if: branch = auto
110 110
111 # Linux builders, remaining docker images 111 # Linux builders, remaining docker images