Update 2.080 series to 2.080.1

This commit is contained in:
Eugen Wissner 2018-06-09 05:05:30 +02:00
parent 173ae115ee
commit 7357503c5a
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ os:
language: d
d:
- dmd-2.080.0
- dmd-2.080.1
- dmd-2.079.1
- dmd-2.078.3
- dmd-2.077.1
@ -23,7 +23,7 @@ addons:
- gcc-multilib
before_script:
- if [ "`$DC --version | head -n 1 | grep 'v2.080.0'`" ]; then
- if [ "`$DC --version | head -n 1 | grep 'v2.080.1'`" ]; then
export UNITTEST="unittest-cov";
fi

View File

@ -172,7 +172,7 @@ parameter is used)
| DMD | GCC |
|:-------:|:---------:|
| 2.080.0 | *master* |
| 2.080.1 | *master* |
| 2.079.1 | |
| 2.078.3 | |
| 2.077.1 | |

View File

@ -4,10 +4,10 @@ os: Visual Studio 2015
environment:
matrix:
- DC: dmd
DVersion: 2.080.0
DVersion: 2.080.1
arch: x64
- DC: dmd
DVersion: 2.080.0
DVersion: 2.080.1
arch: x86
- DC: dmd
DVersion: 2.079.1