We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab41e2 commit 65b02d7Copy full SHA for 65b02d7
.travis.yml
@@ -1,14 +1,30 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "0.11"
5
- - "0.12"
6
- "4"
7
- "5"
+ - "6"
+ - "7"
8
+ - "8"
9
+ - "9"
10
+ - "10"
11
matrix:
12
include:
13
- node_js: "4"
14
env: TEST_SUITE=lint
15
+ - node_js: "5"
16
+ arch: ppc64le
17
+ - node_js: "6"
18
19
+ - node_js: "7"
20
21
+ - node_js: "8"
22
23
+ - node_js: "9"
24
25
+ - node_js: "10"
26
27
+
28
env:
29
- TEST_SUITE=unit
30
script: npm run-script $TEST_SUITE
0 commit comments