8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3af16 commit ce60719Copy full SHA for ce60719
.travis.yml
@@ -103,11 +103,19 @@ matrix:
103
- compiler: gcc
104
env: SCRIPT=coverage
105
- os: osx
106
- osx_image: xcode6.4
+ osx_image: xcode7.3
107
compiler: clang
108
env: SCRIPT=cmake
109
110
- osx_image: xcode7.3
+ osx_image: xcode8.3
111
+ compiler: clang
112
+ env: SCRIPT=cmake
113
+ - os: osx
114
+ osx_image: xcode9.4
115
116
117
118
+ osx_image: xcode10
119
120
env: SCRIPT=cmake SANITIZE=address
121
- env: SCRIPT=arduino VERSION=1.6.7 BOARD=arduino:avr:uno
0 commit comments