]> git.lizzy.rs Git - rust.git/commitdiff
test more targets on travis
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 10 Jan 2017 09:04:53 +0000 (10:04 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 12 Jan 2017 07:41:31 +0000 (08:41 +0100)
.travis.yml

index e76a2f86cf93db7b3c7290de305dc13ae6b16c60..3aa1b51497bfee43d1822b35ab21e55031c9e0b9 100644 (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 &&