Skip to content

Commit 34b0a7a

Browse files
committed
Add MSRV configuration to CI
1 parent e82ddb8 commit 34b0a7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ matrix:
1717
rust: nightly
1818
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1919

20+
# Minimum supported Rust version
21+
- env: TARGET=x86_64-unknown-linux-gnu
22+
rust: 1.35.0
23+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
24+
2025
before_install: set -e
2126

2227
install:

0 commit comments

Comments
 (0)