mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-17 05:45:00 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user