We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82ddb8 commit 34b0a7aCopy full SHA for 34b0a7a
.travis.yml
@@ -17,6 +17,11 @@ matrix:
17
rust: nightly
18
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
19
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
+
25
before_install: set -e
26
27
install:
0 commit comments