File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ new to Travis CI please read our [Tutorial](/user/tutorial/) and
34
34
35
35
By default, we download and install the latest stable Rust release at the start
36
36
of the build (thanks to ` rustup`). The [`minimal` profile][profiles] is used
37
- and includes the following language tools `cargo`, `rustc`, and `rustup`.
37
+ and includes the following language tools : ` cargo` , `rustc`, and `rustup`.
38
38
39
39
[profiles] : https://github.com/rust-lang/rustup/blob/master/doc/src/concepts/profiles.md
40
40
72
72
` ` `
73
73
{: data-file=".travis.yml"}
74
74
75
- This will runs your tests against all three channels, but any breakage in
75
+ This will run your tests against all three channels, but any breakage in
76
76
` nightly` will not fail the rest of build.
77
77
78
78
# # Dependency Management
You can’t perform that action at this time.
0 commit comments