Skip to content

Commit 65b02d7

Browse files
Upgrading node versions and Adding ppc64le architecture support on travis-ci
1 parent 3ab41e2 commit 65b02d7

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.travis.yml

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.11"
5-
- "0.12"
64
- "4"
75
- "5"
6+
- "6"
7+
- "7"
8+
- "8"
9+
- "9"
10+
- "10"
811
matrix:
912
include:
1013
- node_js: "4"
1114
env: TEST_SUITE=lint
15+
- node_js: "5"
16+
arch: ppc64le
17+
- node_js: "6"
18+
arch: ppc64le
19+
- node_js: "7"
20+
arch: ppc64le
21+
- node_js: "8"
22+
arch: ppc64le
23+
- node_js: "9"
24+
arch: ppc64le
25+
- node_js: "10"
26+
arch: ppc64le
27+
1228
env:
1329
- TEST_SUITE=unit
1430
script: npm run-script $TEST_SUITE

0 commit comments

Comments
 (0)