Skip to content

Commit b581120

Browse files
authored
added power support arch ppc64le on yml file. (#35)
Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le.
1 parent 0294715 commit b581120

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
arch:
2+
- amd64
3+
- ppc64le
14
language: node_js
25
node_js:
36
- "4.0"
47
- "6.0"
58
- "8.0"
6-
- "10.0"
9+
- "10.0"

0 commit comments

Comments
 (0)