mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix travis: Install xargo in before_script
This commit is contained in:
@@ -2,10 +2,12 @@ language: rust
|
|||||||
|
|
||||||
rust:
|
rust:
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
before_script: (cargo install rustfmt || true)
|
before_script:
|
||||||
|
- (cargo install rustfmt || true)
|
||||||
|
- (cargo install xargo || true)
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user