You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/11/05 14:16:49 UTC

[httpcomponents-client] 02/02: Build and test on both AMD64 and ARM64

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 73a05ac352693999270f9cfa2388f0577a7f12af
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Nov 3 16:13:54 2020 +0200

    Build and test on both AMD64 and ARM64
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index a3db095..7cef4a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,10 @@ language: java
 dist: trusty
 sudo: false
 
+arch:
+  - amd64
+  - arm64-graviton2
+
 jdk:
   - oraclejdk8
   - openjdk12