We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ef229 commit c18babdCopy full SHA for c18babd
.travis.yml
@@ -5,9 +5,10 @@ before_script:
5
- |
6
pip install 'travis-cargo<0.2' --user &&
7
export PATH=$HOME/.local/bin:$PATH
8
-- rustup target add i686-unknown-linux-gnu
9
-- rustup target add i686-pc-windows-gnu
10
-- 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
11
+- ~/rust/rustup target add i686-pc-windows-msvc
12
script:
13
14
env RUST_SYSROOT=$HOME/rust travis-cargo build &&
0 commit comments