diff --git a/.travis.yml b/.travis.yml index 3cb9266..762f938 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +arch: + - amd64 + - ppc64le cache: yarn node_js: - "node" @@ -7,9 +10,6 @@ node_js: - "8" - "7" - "6" - - "5" - - "4" - - "4.0.0" # minimal supported version before_install: - npm config set strict-ssl false - npm config set registry="http://registry.npmjs.org/"