Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Closed
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
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ matrix:
env: CMD=test
- node_js: stable
env: CMD=test-browsers
#adding code to work on Power systems
fast_finish: true
include:
- node_js: 6
env: CMD=test
arch: ppc64le
- node_js: 8
env: CMD=test
arch: ppc64le
- node_js: 10
env: CMD=test
arch: ppc64le
- node_js: stable
env: CMD=test-browsers
arch: ppc64le
addons:
sauce_connect: true
hosts:
Expand Down