diff --git a/.travis.yml b/.travis.yml index 240e20e..d7e4b52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: node_js +arch: + - amd64 + - ppc64le node_js: - 'stable' - - '0.12' - - '0.10' + - '12' + - '10' after_script: - 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'