diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-09-01 19:38:44 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-09-01 19:38:44 +0200 |
| commit | 515bf619e8eea223593f2c465d412405e2909374 (patch) | |
| tree | cf1e15391fb603c4498f5de2175432e8f0c0302b /.travis.yml | |
| parent | 617eaab9a2ef49b37e10a30cfdc9ba86a1ec53e5 (diff) | |
| download | tanya-515bf619e8eea223593f2c465d412405e2909374.tar.gz | |
Add support for dmd 2.076.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 176c2a0..84a483c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ os: language: d d: + - dmd-2.076.0 - dmd-2.075.1 - dmd-2.074.1 - dmd-2.073.2 @@ -22,7 +23,7 @@ addons: - gcc-multilib before_script: - - if [ "$PS1" = '(dmd-2.075.1)' ]; then + - if [ "$PS1" = '(dmd-2.076.0)' ]; then export UNITTEST="unittest-cov"; fi |
