summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEshant Gupta <guptaeshant@gmail.com>2020-09-27 05:53:54 +0530
committerGitHub <noreply@github.com>2020-09-26 20:23:54 -0400
commit5e6ccbf793b2510a55c04754d215d18bbe4a5a14 (patch)
tree4b9f6c496fbfb52e7acb89d261f442167ebd229f
parent3efc24a6cdc88198e11e43f23e03e32f12b13bd8 (diff)
downloadgmime-5e6ccbf793b2510a55c04754d215d18bbe4a5a14.tar.gz
Enabled build for PPC64LE architecture (#100)
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1cea6577..a4066bcf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
dist: trusty
+arch:
+ - amd64
+ - ppc64le
language: c
compiler:
- gcc