summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2020-12-27 21:05:42 +1000
committerGitHub <noreply@github.com>2020-12-27 21:05:42 +1000
commit7b279e3b1aea04234c80bb5723b8e84beb83d804 (patch)
treea892db0a6c1727cfed33a7f4fb66ed30432281bf
parentee424717d2147eeff246e31285e12a855538be14 (diff)
parent2826291814d1195df430bbdff9ff6a1c17ed36e3 (diff)
downloadrdflib-7b279e3b1aea04234c80bb5723b8e84beb83d804.tar.gz
Merge pull request #1212 from ddeka2910/master
Add architecture ppc64le to travis build
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 33536b1a..c8cf3a5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
# http://travis-ci.org/#!/RDFLib/rdflib
+os: linux
+arch:
+ - amd64
+ - ppc64le
language: python
branches:
only: