Skip to content

Commit 2ce4d0a

Browse files
author
Tom Bertrand
authored
Merge pull request #523 from kishorkunal-raj/master
Adding ppc64le architecture support on travis-ci
2 parents 49f7b6d + 8184e7f commit 2ce4d0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ node_js:
44
before_install:
55
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
66
- export PATH="$HOME/.yarn/bin:$PATH"
7+
arch:
8+
- amd64
9+
- ppc64le

0 commit comments

Comments
 (0)