summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-08-08 05:59:04 +0200
committerEugen Wissner <belka@caraus.de>2017-08-08 05:59:04 +0200
commite6b28468ca6e78e98452af58bd4ec5879ecbee56 (patch)
tree60986c4c815802666f2cafa18d3f7cc1267a635e
parent2934bb16d726292ae29998cb559cc9602bc3e065 (diff)
downloadtanya-e6b28468ca6e78e98452af58bd4ec5879ecbee56.tar.gz
Fix typo in the README, remove dmd 2.072 support
-rw-r--r--.travis.yml1
-rw-r--r--README.md3
-rw-r--r--appveyor.yml6
3 files changed, 1 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index e135e29..2137d0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@ d:
- dmd-2.075.0
- dmd-2.074.1
- dmd-2.073.2
- - dmd-2.072.2
env:
matrix:
diff --git a/README.md b/README.md
index 18ef5cc..4aee784 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ foreach (el; arr[0 .. 5])
{
}
-int i = arr[7]; // Access 7th element.
+int i = arr[7]; // Access 8th element.
```
There are more containers in the `tanya.container` package.
@@ -142,7 +142,6 @@ There are more containers in the `tanya.container` package.
| 2.075.0 |
| 2.074.1 |
| 2.073.2 |
-| 2.072.2 |
### Current status
diff --git a/appveyor.yml b/appveyor.yml
index eda9f04..c3ba1c2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,12 +21,6 @@ environment:
- DC: dmd
DVersion: 2.073.2
arch: x86
- - DC: dmd
- DVersion: 2.072.2
- arch: x64
- - DC: dmd
- DVersion: 2.072.2
- arch: x86
skip_tags: true