From 623cd2a34c687457c60eadc2c4bd56ce58c2b1d9 Mon Sep 17 00:00:00 2001 From: Fenrir Date: Sun, 21 Jan 2018 17:00:16 -0700 Subject: [PATCH] Update Travis for the latest nightly --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c68a806..a603192 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust rust: - - nightly-2017-12-01 + - nightly-2018-01-21 - nightly matrix: @@ -21,7 +21,7 @@ install: - ./devkitARMupdate.pl "$DEVKITPRO" # Install Xargo - - cargo install xargo --vers 0.3.8 + - cargo install xargo # Install Rust source - rustup component add rust-src @@ -29,4 +29,5 @@ install: - popd script: - - (cd examples && xargo build) + - cd examples + - RUST_TARGET_PATH=$(pwd) xargo build --release