From 524740a0fe788fea9e28e04c1d5953393f76b774 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 8 Jul 2015 15:29:19 +0200 Subject: [PATCH] travis: build correct architecture.. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index eeb0c4c1b..0fe35ffa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: objective-c -branches: - only: - - master - env: global: - secure: "JPPcWdmNIJiR3YcIwe0LRYce6qDdsiagO+eKKAp7eVk/wD9UHbz96Ms2FFkXxPhRJB1PA6Pf8FpAzIL2YRiJL9jRtKHSvtdF1cSto+57XyBkCsw7PkMVUIxp7fg6Wiwn3H3tucF8jisIkv/Pn7R+9EqePkZSqqu3+ig5AX9ApQ4=" @@ -21,7 +17,7 @@ before_install: - git submodule update --init --recursive install: - - ./prepare.py -d i386 -G Ninja + - ./prepare.py -d x86_64 -G Ninja - make -j4 -s 1>/dev/null - mkdir -p $KIF_SCREENSHOTS