Skip to content

Commit

Permalink
Merge 128f437 into 684b6ea
Browse files Browse the repository at this point in the history
  • Loading branch information
genisysram committed Dec 14, 2020
2 parents 684b6ea + 128f437 commit 4434aee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
arch:
- amd64
- ppc64le
language: node_js
node_js:
- "0.10"
Expand Down Expand Up @@ -85,3 +88,11 @@ after_script:
# Upload coverage to coveralls
npm install --save-dev coveralls@2
nyc report --reporter=text-lcov | coveralls
#Excluding below versions since they are not supported by ppc64le
jobs:
exclude:
- node_js: "0.10"
arch: ppc64le
- node_js: "0.12"
arch: ppc64le

0 comments on commit 4434aee

Please sign in to comment.