Skip to content

Commit

Permalink
Update .travis.yml (#164)
Browse files Browse the repository at this point in the history
This PR adds CI support for the IBM Power Little Endian (ppc64le) architecture. The idea is to ensure that the builds on this architecture are continuously tested along with the Intel builds (amd64) as this is part of the ubuntu distro on that architecture as well and detecting (and fixing) any issues or failures early would help to ensure that we are always up to date.
  • Loading branch information
nageshlop authored Dec 11, 2020
1 parent 3649212 commit dda6430
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: node_js
arch:
- amd64
- ppc64le
node_js:
- "10"
- "12"
Expand Down

0 comments on commit dda6430

Please sign in to comment.