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 41e8728  disable arm on Travis, too slow
41e8728 is described below

commit 41e8728cd5c290494c4aa2a6f9997dd9580bf207
Author: Joan Touzet <woh...@apache.org>
AuthorDate: Mon Dec 16 08:00:03 2019 -0800

    disable arm on Travis, too slow
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5be5bf6..201b3b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,9 @@ env:
     - TARGET="couch debian-stretch ${TARBALL_URL}"
     - TARGET="js debian-buster"
     - TARGET="couch debian-buster ${TARBALL_URL}"
-    - TARGET="js arm64v8-debian-buster"
-    - TARGET="couch arm64v8-debian-buster ${TARBALL_URL}"
+    # Too slow, have to comment out...
+    #- TARGET="js arm64v8-debian-buster"
+    #- TARGET="couch arm64v8-debian-buster ${TARBALL_URL}"
     - TARGET="js ubuntu-xenial"
     - TARGET="couch ubuntu-xenial ${TARBALL_URL}"
     - TARGET="js ubuntu-bionic"

Reply via email to