summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKamal Marhubi <kamal@marhubi.com>2016-01-28 00:35:07 -0500
committerKamal Marhubi <kamal@marhubi.com>2016-01-28 00:39:08 -0500
commit01e841679633b459470120a305ff22dd12138422 (patch)
treef9bfd6c30426f04ffb8fa6bfa74fecf9d090ce6f /.travis.yml
parent62809fb6f045a12af72c6a09516aa4afe55ab963 (diff)
downloadnix-01e841679633b459470120a305ff22dd12138422.zip
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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