Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Add Power Support ppc64le #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
language: node_js
sudo: false
node_js:
- "14"
- "12"
- "10"
- "8"
- "6"
- "11"

arch:
- amd64
- ppc64le

notifications:
email: false
cache:
Expand Down