aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanjaymsh <66668807+sanjaymsh@users.noreply.github.com>2020-10-15 17:57:25 +0530
committerGitHub <noreply@github.com>2020-10-15 05:27:25 -0700
commit9dde51ae5a9f18a81292d4a8431e81b3869dee62 (patch)
treecaaa13cde50df6abfd7bef2b226d3992b6541b69
parent5e85ae0d4e695b2d54c97cbb15e51ae4adb646a2 (diff)
Travis-ci: added support for ppc64le (#257)
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8cd01d9..862e525 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
language: go
sudo: false
dist: bionic
+arch:
+ - amd64
+ - ppc64le
go: 1.13.x
notifications: