Skip to content

Commit

Permalink
Merge pull request #60 from sreekanth370/master
Browse files Browse the repository at this point in the history
Added power support for the travis.yml file with ppc64le
  • Loading branch information
timoxley committed Feb 3, 2022
2 parents bece43f + d3efa8a commit 091ddb0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,6 +1,8 @@
before_install: npm install npm -g
language: node_js
arch:
- amd64
- ppc64le
node_js:
- "iojs"
- "0.12"
- "0.10"
- "12"
- "10"

0 comments on commit 091ddb0

Please sign in to comment.