analyze travis

This commit is contained in:
Oliver Schneider 2017-01-10 10:45:33 +01:00
parent 3084aa8052
commit f47aa03f6f
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

View 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 &&