From 28e93f03533c13c1b2cc4be546a7b1c8e0d2b606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 10 May 2021 18:59:37 +0200 Subject: [PATCH] Update the Travis-CI configuration --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 31a7398..ce88bd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,10 @@ rust: - "1.46.0" - "1.47.0" - "1.48.0" + - "1.49.0" + - "1.50.0" + - "1.51.0" + - "1.52.1" - "stable" - "beta" - "nightly"