Skip to content

Commit ac35c19

Browse files
committed
[Tests] skip node 6 and 8 tests in all but the latest React
- node 4 and 10 are still tested for everything - if any regressions occur, those will be unexcluded
1 parent 930e431 commit ac35c19

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.travis.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,43 @@ matrix:
4545
env: KARMA=true REACT=15
4646
- node_js: "6"
4747
env: KARMA=true REACT=16
48+
exclude:
49+
- node_js: "6"
50+
env: REACT=0.13
51+
- node_js: "8"
52+
env: REACT=0.13
53+
- node_js: "6"
54+
env: REACT=0.14
55+
- node_js: "8"
56+
env: REACT=0.14
57+
- node_js: "6"
58+
env: REACT=15.4
59+
- node_js: "8"
60+
env: REACT=15.4
61+
- node_js: "6"
62+
env: REACT=15.5
63+
- node_js: "8"
64+
env: REACT=15.5
65+
- node_js: "6"
66+
env: REACT=16.0
67+
- node_js: "8"
68+
env: REACT=16.0
69+
- node_js: "6"
70+
env: REACT=16.1
71+
- node_js: "8"
72+
env: REACT=16.1
73+
- node_js: "6"
74+
env: REACT=16.2
75+
- node_js: "8"
76+
env: REACT=16.2
77+
- node_js: "6"
78+
env: REACT=16.3
79+
- node_js: "8"
80+
env: REACT=16.3
81+
- node_js: "6"
82+
env: REACT=16.4
83+
- node_js: "8"
84+
env: REACT=16.4
4885
env:
4986
- REACT=16.5
5087
- REACT=16.4

0 commit comments

Comments
 (0)