From b810c8ab1634bdd59ba77bc07d1e8b2d12bfc6d8 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 22 Jun 2015 14:11:50 +0200 Subject: [PATCH] travis: use i386 architecture instead of x86_64 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be1e95e86..3994d0e2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,8 @@ before_install: - git submodule update --init --recursive install: - - ./prepare.py x86_64 - - make -s 1>/dev/null + - ./prepare.py i386 + - make -j1 -s 1>/dev/null - mkdir -p Screens - export KIF_SCREENSHOTS=`pwd`/Screens - alias xctool='xctool 1>/dev/null'