Add a CI build on our minimum supported compiler

This commit is contained in:
David Tolnay 2020-04-10 13:35:51 -07:00
parent 8e0866125c
commit 8e2771409d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -53,3 +53,5 @@ matrix:
script:
- bazel run demo-rs --verbose_failures --noshow_progress
- bazel test ... --verbose_failures --noshow_progress
- name: Minimum rustc
rust: 1.42.0