Run Travis CI on 32 bit as well

This commit is contained in:
Vinzent Steinberg 2017-11-19 20:45:57 +01:00
parent 16a751bbe0
commit ff68684753
1 changed files with 9 additions and 3 deletions

View File

@ -3,6 +3,12 @@ rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
env:
- ARCH=x86_64
- ARCH=i686
addons:
apt:
packages:
- gcc-multilib