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:
Drew
2016-05-11 05:54:23 -07:00
committed by Florent Vilmart
parent 1291f70a16
commit 10ee229e60
3 changed files with 4 additions and 15 deletions

View File

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