Re-add node_js 4.2 (LTS) under unit testing but marked with allow_failures flag
This commit is contained in:
parent
e159fd77b4
commit
b60bea547b
|
@ -6,8 +6,10 @@ cache:
|
|||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- node_js: "0.12.2"
|
||||
env: OPENPGPJSTEST='unit'
|
||||
- node_js: "0.12"
|
||||
env: OPENPGPJSTEST='unit' OPENPGP_NODE_JS='0.12'
|
||||
- node_js: "4.2"
|
||||
env: OPENPGPJSTEST='unit' OPENPGP_NODE_JS='4.2'
|
||||
- node_js: "0.12.2"
|
||||
env: OPENPGPJSTEST='end2end-0' BROWSER='firefox 38'
|
||||
- node_js: "0.12.2"
|
||||
|
@ -37,6 +39,7 @@ matrix:
|
|||
- node_js: "0.12.2"
|
||||
env: OPENPGPJSTEST='end2end-13' BROWSER='iphone 9.1'
|
||||
allow_failures:
|
||||
- env: OPENPGPJSTEST='unit' OPENPGP_NODE_JS='4.2'
|
||||
- env: OPENPGPJSTEST='end2end-0' BROWSER='firefox 38'
|
||||
- env: OPENPGPJSTEST='end2end-1' BROWSER='firefox 42'
|
||||
- env: OPENPGPJSTEST='end2end-2' BROWSER='firefox beta'
|
||||
|
|
Loading…
Reference in New Issue
Block a user