Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 7c6ec4d

Browse files
committed
fix xcode version
1 parent c321b5d commit 7c6ec4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55

66
sudo: required
77
dist: trusty
8-
osx_image: xcode9.3
8+
osx_image: xcode9.2
99

1010
env:
1111
global:

deploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
".qtremoteobjects",
77
".skycoder42.jsonserializer"
88
],
9-
"excludes": [ "static", "mingw", "winrt_arm" ],
9+
"excludes": [ "mingw", "winrt_arm" ],
1010
"license": {
1111
"name": "BSD-3-Clause",
1212
"path": "LICENSE"

0 commit comments

Comments
 (0)