Skip to content

Commit

Permalink
analyze travis
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jan 12, 2017
1 parent 3084aa8 commit f47aa03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit f47aa03

Please sign in to comment.