diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-03-03 08:34:06 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-03-03 08:34:06 +0100 |
| commit | dc3b08309740bc080e910109c8a0df4934aafff1 (patch) | |
| tree | e9ce2885b7bea130344b27441938304a0fe2f9a9 /.travis.yml | |
| parent | 16c5fa12df4969f81073db09c2a657aacd3c2fd3 (diff) | |
| download | tanya-dc3b08309740bc080e910109c8a0df4934aafff1.tar.gz | |
Add dmd 2.079.0
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 442f45b..b54bb9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ os: language: d d: + - dmd-2.079.0 - dmd-2.078.3 - dmd-2.077.1 - dmd-2.076.1 @@ -22,7 +23,7 @@ addons: - gcc-multilib before_script: - - if [ "$PS1" = '(dmd-2.078.3)' ]; then + - if [ "$PS1" = '(dmd-2.079.0)' ]; then export UNITTEST="unittest-cov"; fi |
