Files
blog_os/.travis.yml
2018-06-12 19:39:40 +02:00

35 lines
589 B
YAML

language: rust
sudo: false
notifications:
email:
on_success: never
on_failure: change
branches:
except:
# Used by bors
- staging.tmp
rust:
- nightly
os:
- linux
- osx
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/cargo-xbuild || cargo install cargo-xbuild)
- (test -x $HOME/.cargo/bin/bootimage || cargo install bootimage)
- cargo install-update -a
script:
- bootimage build
- cargo test
- bootimage test