From 4977a11b4351f5439a591127be8ac5f0c1ae6d96 Mon Sep 17 00:00:00 2001 From: santosh653 <70637961+santosh653@users.noreply.github.com> Date: Wed, 4 Nov 2020 04:49:57 -0500 Subject: [PATCH] travis.yml: test ppc64le --- .travis.yml | 3 ++- AUTHORS.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a746e60..3475d14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ -arch: +arch: - amd64 - ppc64le + go_import_path: github.com/kevinburke/ssh_config language: go diff --git a/AUTHORS.txt b/AUTHORS.txt index cd33794..9dc4101 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -3,3 +3,4 @@ Kevin Burke Mark Nevill Sergey Lukjanov Wayne Ashley Berry +santosh653 <70637961+santosh653@users.noreply.github.com>