Add travis config file

toolchain_update
Philipp Oppermann 8 years ago
parent 0d7a2bb070
commit 3332e26dc3

@ -0,0 +1,26 @@
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_failure: change
addons:
apt:
packages:
- nasm
script:
- make
Loading…
Cancel
Save