Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Update rust components installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
manifest committed Apr 6, 2019
1 parent f76c694 commit d1f3abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,11 +11,11 @@ jobs:
script: cargo test
- stage: check
name : Rustfmt
install: rustup component add rustfmt-preview
install: rustup component add rustfmt
script: cargo fmt -- --check
- stage: check
name: Clippy
install: rustup component add clippy-preview
install: rustup component add clippy
script: cargo clippy
- stage: build
name: Package
Expand Down

0 comments on commit d1f3abc

Please sign in to comment.