From c65f44286f618913e0beb7d08719354cf20648d4 Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Mon, 12 Oct 2020 15:31:23 +0530 Subject: [PATCH 1/4] Adding code to run the script on power systems --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e6d6bcd..185afe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: go +arch: + - amd64 + - ppc64le + go_import_path: github.com/grokify/html-strip-tags-go go: - "1.15.x" From e3524cafd0c5451f95f0f754c2ed6bed95c39d16 Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Mon, 12 Oct 2020 15:56:31 +0530 Subject: [PATCH 2/4] Update .travis.yml --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 185afe4..84d5cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,11 @@ go: - tip matrix: allow_failures: - - go: tip + - go: + - tip + - "1.4.x" + - "1.3.x" + - "1.2.x" install: - go get -t -v ./... script: From 044d79f14eef6953091aefb86dec73bb4523cedb Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Mon, 12 Oct 2020 16:10:22 +0530 Subject: [PATCH 3/4] Update .travis.yml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84d5cca..ed003c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,12 @@ go: - tip matrix: allow_failures: - - go: - - tip + - go: - "1.4.x" - "1.3.x" - "1.2.x" + - tip + install: - go get -t -v ./... script: From 0d87ca7dbad8bdc158999e17a8f63c88fc0712f7 Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Mon, 12 Oct 2020 16:17:31 +0530 Subject: [PATCH 4/4] Update .travis.yml --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed003c8..0fe1369 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,10 @@ go: - tip matrix: allow_failures: - - go: - - "1.4.x" - - "1.3.x" - - "1.2.x" - - tip + - go: "1.4.x" + - go: "1.3.x" + - go: "1.2.x" + - go: tip install: - go get -t -v ./...