diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-03-19 08:47:39 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-03-19 08:47:39 +0100 |
| commit | 20c7e47ff79afc6d7b86a3023790a3bfd9986f01 (patch) | |
| tree | ff59a468c17596bf9419339322236cc15fce6190 /.travis.yml | |
| parent | 484cb13317921c78468dc3f9c16a0fc786b119c0 (diff) | |
| download | tanya-20c7e47ff79afc6d7b86a3023790a3bfd9986f01.tar.gz | |
net: Add missing public imports, move tests
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 682306a..5f27c09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,14 @@ os: language: d d: +- dmd-2.085.0 - dmd-2.084.1 - dmd-2.083.1 - dmd-2.082.1 env: global: - - LATEST=2.084.1 + - LATEST=2.085.0 matrix: - ARCH=x86_64 @@ -29,11 +30,6 @@ matrix: d: dmd-$LATEST env: DDOC=true os: linux - allow_failures: - - name: D-Scanner - d: dmd-$LATEST - env: DSCANNER=0.7.0 - os: linux addons: apt: |
