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:
@@ -5,7 +5,9 @@ rust:
|
|||||||
|
|
||||||
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