Skip to content

Commit

Permalink
Travis-ci: added support for ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
dthadi3 committed Dec 10, 2020
1 parent f436113 commit 3f02341
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,7 +1,10 @@
node_js:
- "0.8"
- "0.10"
- "0.11"
- "13"
- "14"
- "15"
language: node_js
arh:
- amd64
- ppc64le
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 3f02341

Please sign in to comment.