travis: use i386 architecture instead of x86_64

This commit is contained in:
Gautier Pelloux-Prayer 2015-06-22 14:11:50 +02:00
parent 6c938e1a02
commit b810c8ab16

View file

@ -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'