Skip to content

Commit

Permalink
chore: add Travis jobs on ppc64le (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: dineshks1 <[email protected]@outlook.com>
  • Loading branch information
dineshks1 and dineshks1 committed Jan 23, 2021
1 parent eb8eefd commit 7504eb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
arch:
- amd64
- ppc64le
language: node_js
node_js:
- "node"
after_script: "npm install coveralls && nyc report --reporter=text-lcov | coveralls"
after_script: "npm install coveralls && nyc report --reporter=text-lcov | coveralls"

0 comments on commit 7504eb6

Please sign in to comment.