Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ppc64le architecture support on travis-ci #1667

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,19 @@ matrix:
- node_js: "7"
- node_js: "8"
- node_js: "10"
- node_js: "4"
arch: ppc64le
- node_js: "5"
arch: ppc64le
- node_js: "6"
arch: ppc64le
- node_js: "7"
arch: ppc64le
- node_js: "8"
arch: ppc64le
- node_js: "10"
arch: ppc64le

fast_finish: true
git:
depth: 5
Expand Down