test more targets on travis

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

View File

@ -5,6 +5,9 @@ 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
script:
- |
env RUST_SYSROOT=$HOME/rust travis-cargo build &&