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