mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Be explicit for Travis' sake
This commit is contained in:
parent
55e8755fbb
commit
9140b3e728
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
|
||||||
- stable
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
- rust: nightly-2018-01-26
|
- rust: nightly-2018-01-26
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rustfmt-preview
|
- rustup component add rustfmt-preview
|
||||||
script:
|
script:
|
||||||
- cargo fmt -- --write-mode=diff
|
- cargo fmt -- --write-mode=diff
|
||||||
|
|
||||||
script:
|
- rust: stable
|
||||||
- cargo test
|
script:
|
||||||
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue