Files
blog_os/.travis.yml
Philipp Oppermann f643b2fd7b Test for rustfmt/xargo instead of using || true (#257)
(cherry picked from commit 9583cdea28)
2016-11-30 16:30:13 +01:00

28 lines
488 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
- (test -x $HOME/.cargo/bin/rustfmt || cargo install rustfmt)
- (test -x $HOME/.cargo/bin/xargo || cargo install xargo)
sudo: false
notifications:
email:
on_success: never
on_failure: change
addons:
apt:
packages:
- nasm
script: make