diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-04-14 07:41:26 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-04-14 09:07:22 +0200 |
| commit | 9814e5ad8ef246273cad80f86c95c3bce047509a (patch) | |
| tree | 709bf7fe69ba29e343a7d52bbfd3a264cfd16437 /.travis.yml | |
| parent | e6c6a2d21a6869bcfdf872479db566864a22f5fc (diff) | |
| download | tanya-9814e5ad8ef246273cad80f86c95c3bce047509a.tar.gz | |
Pass allocator in all HashTable/Set constructors
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 8478837..3912578 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,12 @@ os: language: d d: -- dmd-2.085.0 +- dmd-2.085.1 - dmd-2.081.2 env: global: - - LATEST=2.085.0 + - LATEST=2.085.1 matrix: - ARCH=x86_64 |
