summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-07 23:52:46 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-07 23:52:46 +0200
commita997815f81aa2fe864132a658974b1dc397c0324 (patch)
tree537bfe37509d3feea7e1f9b9d40f320e10214b98
parent2d7fe699009d6f4010486cc27ccd0743f95a8ae9 (diff)
Removed unsupported rust versions from CI
Updated readme compatibility note
-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