diff --git a/.travis.yml b/.travis.yml index 1686664..707d081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ sudo: false +arch: + - amd64 + - ppc64le os: - linux - osx @@ -13,3 +16,12 @@ node_js: - '4' - '0.12' - '0.10' + + +#Excluding below versions since they are not supported by ppc64le +jobs: + exclude: + - node_js: "0.10" + arch: ppc64le + - node_js: "0.12" + arch: ppc64le