Skip to content
New issue

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

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

Already on GitHub? # to your account

Added power support for the travis.yml file with ppc64le. #9

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
test
  • Loading branch information
sreekanth370 authored Dec 2, 2020
commit b33ca025c18808f5be6ab91d5e42ddbb78092bad
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@ os:
- linux
- osx
language: node_js
arch:
- amd64
- ppc64le
node_js:
- node
- iojs
@@ -12,9 +15,9 @@ node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
- '12'
- '10'
matrix:
allow_failures:
- node_js: '0.8'
- node_js: '8'
fast_finish: true