From 477de1c227f0f51b70d89c84e59ab3a3167761cc Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 4 May 2020 19:21:29 -0400 Subject: [PATCH] chore: test excluding msrv and beta with tags --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 83a234f2..39cefdba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,11 @@ os: - windows jobs: fast_finish: true + exclude: + - rust: beta + branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/ + - rust: 1.40.0 + branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/ branches: only: - master