commit:     4f1d4bb799e6ec7ded5c914e251c803ab2260d26
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 17:50:59 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun May 29 17:50:59 2016 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=4f1d4bb7

travis.yml: fix mysterious problem with ARCH

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 822c1fc..adb7122 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,4 +24,4 @@ before_script:
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
     - cd travis-overlay
 script:
-    - "./../portage-2.2.28/bin/repoman full -i -d"
+    - "ARCH=amd64 ./../portage-2.2.28/bin/repoman full -i -d"

Reply via email to