diff options
author | gnzlbg <gonzalobg88@gmail.com> | 2018-10-29 16:18:16 +0100 |
---|---|---|
committer | gnzlbg <gonzalobg88@gmail.com> | 2018-10-29 17:31:00 +0100 |
commit | 4182efd1671dd93acc517cc2e19c14ea4a23ad9f (patch) | |
tree | 94140c64023cacc6d608980868ad61b76b30e2c1 /.travis.yml | |
parent | a379fb3c4877c048c579c530da914f2806ff6d41 (diff) | |
download | rust-libc-4182efd1671dd93acc517cc2e19c14ea4a23ad9f.tar.gz |
update osx constants for xcode10
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index cfa62f123f..da386aa31a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ matrix: rust: beta - os: osx env: TARGET=x86_64-apple-darwin NO_ADD=1 - osx_image: xcode9.4 + osx_image: xcode10 rust: beta # nightly @@ -95,7 +95,7 @@ matrix: rust: nightly - os: osx env: TARGET=x86_64-apple-darwin NO_ADD=1 - osx_image: xcode9.4 + osx_image: xcode10 rust: nightly # not available on stable # without --release the build fails |