summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-04 19:21:29 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-04 19:21:29 -0400
commit477de1c227f0f51b70d89c84e59ab3a3167761cc (patch)
tree8a7f46c6b9da0585623a4fc34c1ae1e4c78c30c9
parentc22886bd324e8874e09fe65a9da2ec6b2a2d20b1 (diff)
chore: test excluding msrv and beta with tags
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
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