Browse Source

Update Travis for the latest nightly

pull/10/head
Fenrir 7 years ago committed by FenrirWolf
parent
commit
623cd2a34c
  1. 7
      .travis.yml

7
.travis.yml

@ -1,7 +1,7 @@
language: rust language: rust
rust: rust:
- nightly-2017-12-01 - nightly-2018-01-21
- nightly - nightly
matrix: matrix:
@ -21,7 +21,7 @@ install:
- ./devkitARMupdate.pl "$DEVKITPRO" - ./devkitARMupdate.pl "$DEVKITPRO"
# Install Xargo # Install Xargo
- cargo install xargo --vers 0.3.8 - cargo install xargo
# Install Rust source # Install Rust source
- rustup component add rust-src - rustup component add rust-src
@ -29,4 +29,5 @@ install:
- popd - popd
script: script:
- (cd examples && xargo build) - cd examples
- RUST_TARGET_PATH=$(pwd) xargo build --release

Loading…
Cancel
Save