Skip to content

Commit

Permalink
Adding ppc64le architecture support on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorkunal-raj committed Dec 22, 2020
1 parent 8aa4999 commit 96b6895
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,9 @@ node_js:
- "10"
- "12"
- "14"
arch:
- amd64
- ppc64le
after_success:
- c8 report --reporter=text-lcov | coveralls
matrix:
Expand Down

0 comments on commit 96b6895

Please sign in to comment.