diff --git a/.travis.yml b/.travis.yml index 368e4c4..20059f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ sudo: false language: node_js +arch: + - amd64 + - ppc64le node_js: - "4" - "5" @@ -11,6 +14,9 @@ matrix: include: - node_js: "10" env: TEST_SUITE=standard + - node_js: "10" + env: TEST_SUITE=standard + arch: ppc64le env: - TEST_SUITE=unit script: npm run-script $TEST_SUITE