Skip to content

Commit 993bf76

Browse files
committed
drop msvc2015 support
1 parent ed13578 commit 993bf76

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

appveyor.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
image:
22
- Visual Studio 2017
3-
- Visual Studio 2015
43

54
version: build-{build}
65

@@ -16,24 +15,6 @@ environment:
1615
- PLATFORM: msvc2017
1716
- PLATFORM: winrt_x86_msvc2017
1817
- PLATFORM: winrt_armv7_msvc2017
19-
- PLATFORM: msvc2015_64
20-
21-
matrix:
22-
exclude:
23-
- PLATFORM: msvc2017_64
24-
image: Visual Studio 2015
25-
- PLATFORM: mingw73_64
26-
image: Visual Studio 2015
27-
- PLATFORM: winrt_x64_msvc2017
28-
image: Visual Studio 2015
29-
- PLATFORM: msvc2017
30-
image: Visual Studio 2015
31-
- PLATFORM: winrt_x86_msvc2017
32-
image: Visual Studio 2015
33-
- PLATFORM: winrt_armv7_msvc2017
34-
image: Visual Studio 2015
35-
- PLATFORM: msvc2015_64
36-
image: Visual Studio 2017
3718

3819
install:
3920
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis

deploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A platform independent library to easily create system services and use some of their features.",
44
"modules": [ "QtService" ],
55
"dependencies": [],
6-
"excludes": [],
6+
"excludes": [ "msvc2015" ],
77
"license": {
88
"name": "BSD-3-Clause",
99
"path": "LICENSE"

0 commit comments

Comments
 (0)