From 01e841679633b459470120a305ff22dd12138422 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Thu, 28 Jan 2016 00:35:07 -0500 Subject: ci: Disable i686 builds They appear to be having intermittent build failures. Two builds at the same commit with different failures: - https://travis-ci.org/kamalmarhubi/nix-rust/builds/105335248 - https://travis-ci.org/kamalmarhubi/nix-rust/builds/105336327 refs https://github.com/carllerche/nix-rust/issues/252 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 34f9818f..a3df32be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ os: env: - ARCH=x86_64 - - ARCH=i686 +# - ARCH=i686 TODO(#252): enable after investigating i686 weirdness on linux script: - curl -sSL https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/test | RUST_TEST_THREADS=1 bash -- cgit v1.2.3