Update dependencies and support node 6.1 (#1754)
* Update dependencies and support node 6.1 * Remove gcs-adapter, which depends on grpc, which fails to build on node 6 * Remove GCS adapter usage
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '4.3'
|
||||
- '6.1'
|
||||
env:
|
||||
global:
|
||||
- COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**'
|
||||
|
||||
Reference in New Issue
Block a user