diff --git a/.travis.yml b/.travis.yml index 699a13f..b6f816a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ os: - linux - osx language: node_js +arch: + - amd64 + - ppc64le node_js: - node - iojs @@ -11,7 +14,7 @@ node_js: - '6' - '5' - '4' - - '0.12' - - '0.10' + - '12' + - '10' git: depth: 10