Re-add node_js 4.2 (LTS) under unit testing but marked with allow_failures flag

This commit is contained in:
evilaliv3 2015-12-12 09:59:55 +01:00
parent e159fd77b4
commit b60bea547b

View File

@ -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'