diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2019-10-24 18:43:08 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2019-10-24 18:43:08 +0200 |
commit | 69b062ce7419cdfd83f3b02fe93614b98f2a2562 (patch) | |
tree | 84350671a43b4d90752d748a0d254069a7428f13 | |
parent | 8d352f7cd1ad9d3c501285a189439d17697f94e8 (diff) |
Always use the latest patch version
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 0491b6c..378d17c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,16 +12,16 @@ rust: - 1.22.1 - 1.23.0 - 1.24.0 - - 1.25.1 - - 1.26.0 - - 1.27.0 + - 1.25.0 + - 1.26.2 + - 1.27.2 - 1.28.0 - - 1.29.0 - - 1.30.0 - - 1.31.0 + - 1.29.2 + - 1.30.1 + - 1.31.1 - 1.32.0 - 1.33.0 - - 1.34.0 + - 1.34.2 - 1.35.0 - 1.36.0 - 1.37.0 |