Skip to content

Commit c18babd

Browse files
committed
analyze travis
1 parent 69ef229 commit c18babd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ before_script:
55
- |
66
pip install 'travis-cargo<0.2' --user &&
77
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
8+
- ls -lh ~/rust
9+
- ~/rust/rustup target add i686-unknown-linux-gnu
10+
- ~/rust/rustup target add i686-pc-windows-gnu
11+
- ~/rust/rustup target add i686-pc-windows-msvc
1112
script:
1213
- |
1314
env RUST_SYSROOT=$HOME/rust travis-cargo build &&

0 commit comments

Comments
 (0)