Permalink
Browse files
.travis.yml: add xcode9.3beta / macOS 10.13
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
.travis.yml
|
|
@@ -1,6 +1,8 @@ |
|
|
language: c |
|
|
matrix: |
|
|
include: |
|
|
- os: osx |
|
|
osx_image: xcode9.3beta |
|
|
- os: osx |
|
|
osx_image: xcode8.3 |
|
|
- os: osx |
|
|
|