diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-08-15 01:18:21 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-08-15 01:18:21 +0200 |
| commit | 94a7fdbb9117317f63271565a5e20b6df8236068 (patch) | |
| tree | 35e93ed849a2ad486a5b37cd4397d3788a2fd47c /.travis.yml | |
| parent | afd3c42c5fd29d98fbc31bc785ce4b62d4e89e97 (diff) | |
| download | tanya-94a7fdbb9117317f63271565a5e20b6df8236068.tar.gz | |
Update latest DMD to 2.075.1
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2137d0b..176c2a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ os: language: d d: - - dmd-2.075.0 + - dmd-2.075.1 - dmd-2.074.1 - dmd-2.073.2 @@ -22,7 +22,7 @@ addons: - gcc-multilib before_script: - - if [ "$PS1" = '(dmd-2.075.0)' ]; then + - if [ "$PS1" = '(dmd-2.075.1)' ]; then export UNITTEST="unittest-cov"; fi |
