Update dmd to 2.081.1. Remove 2.077.1

This commit is contained in:
Eugen Wissner 2018-07-13 05:39:58 +02:00
parent 5865e355cd
commit 158a47d54a
3 changed files with 3 additions and 11 deletions

View File

@ -11,7 +11,6 @@ d:
- dmd-2.080.1 - dmd-2.080.1
- dmd-2.079.1 - dmd-2.079.1
- dmd-2.078.3 - dmd-2.078.3
- dmd-2.077.1
env: env:
matrix: matrix:

View File

@ -174,11 +174,10 @@ parameter is used)
| DMD | GCC | | DMD | GCC |
|:-------:|:---------:| |:-------:|:---------:|
| 2.081.0 | *master* | | 2.081.1 | *master* |
| 2.080.1 | | | 2.080.1 | |
| 2.079.1 | | | 2.079.1 | |
| 2.078.3 | | | 2.078.3 | |
| 2.077.1 | |
### Release management ### Release management

View File

@ -4,10 +4,10 @@ os: Visual Studio 2015
environment: environment:
matrix: matrix:
- DC: dmd - DC: dmd
DVersion: 2.081.0 DVersion: 2.081.1
arch: x64 arch: x64
- DC: dmd - DC: dmd
DVersion: 2.081.0 DVersion: 2.081.1
arch: x86 arch: x86
- DC: dmd - DC: dmd
DVersion: 2.080.1 DVersion: 2.080.1
@ -27,12 +27,6 @@ environment:
- DC: dmd - DC: dmd
DVersion: 2.078.3 DVersion: 2.078.3
arch: x86 arch: x86
- DC: dmd
DVersion: 2.077.1
arch: x64
- DC: dmd
DVersion: 2.077.1
arch: x86
skip_tags: true skip_tags: true