Files
blog_os/.travis.yml
Philipp Oppermann 0fa05fb187 Fix CI for xargo 0.2.0
(cherry picked from commit c7268cff3b)
2016-11-26 12:38:29 +01:00

28 lines
434 B
YAML

language: rust
rust:
- nightly
cache: cargo
before_script:
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y
- source ~/.cargo/env
- rustup component add rust-src
- (cargo install rustfmt || true)
- (cargo install xargo || true)
sudo: false
notifications:
email:
on_success: never
on_failure: change
addons:
apt:
packages:
- nasm
script: make