chore: test excluding msrv and beta with tags

This commit is contained in:
ClementTsang 2020-05-04 19:21:29 -04:00
parent c22886bd32
commit 477de1c227

View File

@ -10,6 +10,11 @@ os:
- windows - windows
jobs: jobs:
fast_finish: true fast_finish: true
exclude:
- rust: beta
branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/
- rust: 1.40.0
branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/
branches: branches:
only: only:
- master - master