File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11language : node_js
22cache : npm
33node_js :
4- - " 10 "
4+ - ' 10 '
55install :
6- - npm install -g codecov nyc mocha
7- - npm install
6+ - npm install -g codecov nyc mocha
7+ - npm install
88script :
9- - nyc --reporter lcovonly mocha test/**/*.js
10- - codecov
9+ - nyc --reporter lcovonly mocha test/**/*.js
10+ - codecov
11+ deploy :
12+ provider : npm
13+ email : seb.wagner_@gmx.de
14+ api_key :
15+ secure : e3efpUelC+L5caKN8TWmD+9O1J5okWpIRzbW9EMNeNZPUkXckQSiHOnDS1kIyTl4kn2XZE6knz2vkz77gN4FHPfc/0BwuBrOlwCMJn5TcRhp7hdy4GFo6Bqw64YNpE01rmXKqmHFbdJO0JFXo03g7NpC7ujzBDeDeA/f9jfX6SOCYmAivUd7aW5YyA08oRAPCW//ss4jAYjhiJ1hGAJBpoFj+uY9MI97ix+k0abzSE2a/+VYlhGBsNpARAmbaywL/jdIlznidPVUbSZhRajvQ4EhajdqabPHsq9UmaXp4iMqEGRoB2PWodaq3D0bsG0LdgP8QLgkliKOwp03yLq+3vt5/qs0fuosnFoFUroA/Equ/Ht7i2K/bYvDDTFmnZuuxi71QH7QGoXhEQpwwirfp7IEeTzcDA0RDE5IbenlfppKilwZEWoyniIQ8vpK6hJQufE3PL34k7ygieQdSq/QwknSkLR+E4wOmargR/Kd0M8SHBm3lX8ZtUi8/FeJt5QJykuaoAShubnfoUdwmla4AsfgXzzteKaKeSnYOv1v9Fz2/tJM/FUaGnXvee5O6KoPuxU4gjyakzRjwiiloFGdCExvqZkUTLRVAG+WDqTQtP1QPG1HZ7L93bHaXhrKqK2CMGXg1eyvAhhxAipryWMyuNLCoVgVT/y4tczve3zbTII=
16+ on :
17+ tags : true
18+ repo : damack/datastore-geo
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.com/damack/datastore-geo.svg?branch=master )] ( https://travis-ci.com/damack/datastore-geo )
2+ [ ![ codecov] ( https://codecov.io/gh/damack/datastore-geo/branch/master/graph/badge.svg )] ( https://codecov.io/gh/damack/datastore-geo )
23
34# Geo Library for google-cloud datastore
45This project is bringing creation and querying of geospatial data to Node JS developers using [ Google Cloud Datastore] [ datastore ] .
You can’t perform that action at this time.
0 commit comments