8000 Travis: update osx images · java64/ArduinoJson@ce60719 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce60719

Browse files
committed
Travis: update osx images
1 parent 0b3af16 commit ce60719

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,19 @@ matrix:
103103
- compiler: gcc
104104
env: SCRIPT=coverage
105105
- os: osx
106-
osx_image: xcode6.4
106+
osx_image: xcode7.3
107107
compiler: clang
108108
env: SCRIPT=cmake
109109
- os: osx
110-
osx_image: xcode7.3
110+
osx_image: xcode8.3
111+
compiler: clang
112+
env: SCRIPT=cmake
113+
- os: osx
114+
osx_image: xcode9.4
115+
compiler: clang
116+
env: SCRIPT=cmake
117+
- os: osx
118+
osx_image: xcode10
111119
compiler: clang
112120
env: SCRIPT=cmake SANITIZE=address
113121
- env: SCRIPT=arduino VERSION=1.6.7 BOARD=arduino:avr:uno

0 commit comments

Comments
 (0)
0