From ce607196d14ccf6f22c39a91d7b5a0a57eae5829 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 6 Oct 2018 17:24:54 +0200 Subject: [PATCH] Travis: update osx images --- .travis.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13ddd354..a78ae840 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,11 +103,19 @@ matrix: - compiler: gcc env: SCRIPT=coverage - os: osx - osx_image: xcode6.4 + osx_image: xcode7.3 compiler: clang env: SCRIPT=cmake - os: osx - osx_image: xcode7.3 + osx_image: xcode8.3 + compiler: clang + env: SCRIPT=cmake + - os: osx + osx_image: xcode9.4 + compiler: clang + env: SCRIPT=cmake + - os: osx + osx_image: xcode10 compiler: clang env: SCRIPT=cmake SANITIZE=address - env: SCRIPT=arduino VERSION=1.6.7 BOARD=arduino:avr:uno