summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--README.md3
2 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 734ba23..752a465 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,5 @@
language: rust
rust:
-- 1.9.0
-- 1.10.0
-- 1.11.0
-- 1.12.0
- 1.13.0
- 1.14.0
- 1.15.0
diff --git a/README.md b/README.md
index 4dc8eb9..cbf6b20 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ Include the library as a dependency to your project by adding the following line
prettytable-rs = "^0.6"
```
-The library requires at least `rust v1.9.0` in order to build
+The library requires at least `rust v1.9.0` in order to build,
+while `master` branch only builds starting from `rust v1.13.0`
## Basic usage