ci: fix x86 build

This commit is contained in:
Jorge Aparicio 2019-08-21 11:13:17 +02:00
parent bd942e9835
commit 4132bae2a9

View file

@ -40,7 +40,6 @@ main() {
if [ $TRAVIS_RUST_VERSION = nightly ]; then
# compile-fail tests
cargo test --test single --target $T
cargo test --test multi --features heterogeneous --target $T
# multi-core compile-pass tests
pushd heterogeneous