Update to 2.081.2. Remove old compilers

This commit is contained in:
Eugen Wissner 2018-08-17 05:44:58 +02:00
parent 4653e94fa1
commit fa4cbb7e59
3 changed files with 5 additions and 29 deletions

View File

@ -7,10 +7,7 @@ os:
language: d
d:
- dmd-2.081.0
- dmd-2.080.1
- dmd-2.079.1
- dmd-2.078.3
- dmd-2.081.2
env:
matrix:
@ -23,7 +20,7 @@ addons:
- gcc-multilib
before_script:
- if [ "`$DC --version | head -n 1 | grep 'v2.081.0'`" ]; then
- if [ "`$DC --version | head -n 1 | grep 'v2.081.2'`" ]; then
export UNITTEST="unittest-cov";
fi

View File

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

View File

@ -4,28 +4,10 @@ os: Visual Studio 2015
environment:
matrix:
- DC: dmd
DVersion: 2.081.1
DVersion: 2.081.2
arch: x64
- DC: dmd
DVersion: 2.081.1
arch: x86
- DC: dmd
DVersion: 2.080.1
arch: x64
- DC: dmd
DVersion: 2.080.1
arch: x86
- DC: dmd
DVersion: 2.079.1
arch: x64
- DC: dmd
DVersion: 2.079.1
arch: x86
- DC: dmd
DVersion: 2.078.3
arch: x64
- DC: dmd
DVersion: 2.078.3
DVersion: 2.081.2
arch: x86
skip_tags: true