You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/12/13 20:21:54 UTC

[couchdb-pkg] branch master updated: one more try for xplat travis

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/master by this push:
     new 36ac9e0  one more try for xplat travis
36ac9e0 is described below

commit 36ac9e0b721ed1d44dd4d19e8ba489fcf88b4c81
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Fri Dec 13 12:21:44 2019 -0800

    one more try for xplat travis
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 50ea731..5be5bf6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ env:
 
 before_install:
   - docker --version
-  - docker run --rm --privileged multiarch/qemu-user-static:register --reset
+  - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
 
 script:
   - ERLANGVERSION=${ERLANGVERSION} ./build.sh ${TARGET}