Don't check code coverage on travis for node v0.12

This commit is contained in:
Tankred Hase
2016-02-02 14:59:02 +07:00
parent 2639299325
commit e4115ec292

View File

@@ -10,7 +10,7 @@ matrix:
fast_finish: true
include:
- node_js: "0.12"
env: OPENPGPJSTEST='coverage' OPENPGP_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: "5"