diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-07-21 05:44:45 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-07-21 05:44:45 +0200 |
| commit | cde492c279ec5e17adfc410f630cd1390f3d504e (patch) | |
| tree | 8c958297a9347e04d8d640e15554bbaf680e5659 /.travis.yml | |
| parent | 922c8bf7a3a2395a62052a8b967f61f6e2afa030 (diff) | |
| download | tanya-cde492c279ec5e17adfc410f630cd1390f3d504e.tar.gz | |
Add dmd 2.075.0 supportv0.7.1
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 d5c5d58..20f9f23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ os: language: d d: + - dmd-2.075.0 - dmd-2.074.1 - dmd-2.073.2 - dmd-2.072.2 @@ -23,7 +24,7 @@ addons: - gcc-multilib before_script: - - if [ "$PS1" = '(dmd-2.074.1)' ]; then + - if [ "$PS1" = '(dmd-2.075.0)' ]; then export UNITTEST="unittest-cov"; fi |
