mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +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
|
||||
rust:
|
||||
- stable
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
||||
- rust: nightly-2018-01-26
|
||||
before_script:
|
||||
- rustup component add rustfmt-preview
|
||||
script:
|
||||
- cargo fmt -- --write-mode=diff
|
||||
|
||||
script:
|
||||
- cargo test
|
||||
- rust: stable
|
||||
script:
|
||||
- cargo test
|
||||
|
|
Loading…
Reference in a new issue