From f47aa03f6fce571e43d5a1606c41a1cea37dee50 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Tue, 10 Jan 2017 10:45:33 +0100 Subject: [PATCH] analyze travis --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3aa1b51497b..ed0363dcc9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &&