Remove node v4.2 from travis build

I decided to remove node v4.2 from the travis build. It turns out it's too slow and break the build more often than it actually provides value.
This commit is contained in:
Tankred Hase 2015-12-11 16:41:57 +07:00
parent 6634abf326
commit f46696a915

View File

@ -8,8 +8,6 @@ matrix:
include:
- node_js: "0.12.2"
env: OPENPGPJSTEST='unit'
- node_js: "4.2"
env: OPENPGPJSTEST='unit'
- node_js: "0.12.2"
env: OPENPGPJSTEST='end2end-0' BROWSER='firefox 38'
- node_js: "0.12.2"