Files
blog_os/.travis.yml
Rob Gries b188e8a617 Allow users to use latest nightly compiler without manually setting environment variable (#381)
* Workaround for latest rust compiler

* Remove unnecessary travis environment variable
2018-01-02 18:11:38 +01:00

28 lines
424 B
YAML

language: rust
rust:
- nightly
cache: cargo
before_script:
- rustup component add rust-src
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/xargo || cargo install xargo)
- cargo install-update -a
sudo: false
notifications:
email:
on_success: never
on_failure: change
addons:
apt:
packages:
- nasm
script:
- make