summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-08-09 17:46:45 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-08-09 17:46:45 +0200
commitf5c68050088c717ecfbee7570c1c9a2106acecaf (patch)
tree924fb95a4c24c702f9e696941404b81b917187b6 /.travis.yml
parent8a40e2a82e751e60fdd2782bf2776db0e753b587 (diff)
Removed rust 1.18 and 1.19 from supported and tested list
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index dcad927..42f515f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,13 @@
language: rust
rust:
-- 1.18.0
-- 1.19.0
- 1.20.0
- 1.21.0
- 1.22.1
- 1.23.0
-- 1.24.0
+- 1.24.1
+- 1.25.0
+- 1.26.2
+- 1.27.2
- stable
- beta
- nightly