]> git.lizzy.rs Git - rust.git/commitdiff
analyze travis
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 10 Jan 2017 09:45:33 +0000 (10:45 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 12 Jan 2017 07:41:39 +0000 (08:41 +0100)
.travis.yml

index 3aa1b51497bfee43d1822b35ab21e55031c9e0b9..ed0363dcc9edf0ce29dcbafe537ae1fdc2236696 100644 (file)
@@ -5,9 +5,10 @@ before_script:
 - |
   pip install 'travis-cargo<0.2' --user &&
   export PATH=$HOME/.local/bin:$PATH
-- rustup target add i686-unknown-linux-gnu
-- rustup target add i686-pc-windows-gnu
-- rustup target add i686-pc-windows-msvc
+- ls -lh ~/rust
+- ~/rust/rustup target add i686-unknown-linux-gnu
+- ~/rust/rustup target add i686-pc-windows-gnu
+- ~/rust/rustup target add i686-pc-windows-msvc
 script:
 - |
   env RUST_SYSROOT=$HOME/rust travis-cargo build &&