Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added support for ppc64le
  • Loading branch information
nageshlop committed Nov 23, 2020
1 parent 954fa6c commit 9675232
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,4 +1,7 @@
language: node_js
arch:
- amd64
- ppc64le
node_js:
- lts/*
after_success: npm run coverage

0 comments on commit 9675232

Please sign in to comment.