Browse Source

Remove CI from readme; add gnm,geonamesmil entries to sources_invalid check

pull/1079/head
Tyler Pedelose 7 years ago
parent
commit
139c5df586
  1. 2
      README.md
  2. 2
      test/ciao/autocomplete/sources_invalid.coffee

2
README.md

@ -134,6 +134,7 @@ $ curl localhost:9200/pelias/_count?pretty
}
```
<!---
### Continuous Integration
Travis tests every release against Node.js versions `4` and `6`.
@ -146,3 +147,4 @@ Travis tests every release against Node.js versions `4` and `6`.
We rely on semantic-release and Greenkeeper to maintain our module and dependency versions.
[![Greenkeeper badge](https://badges.greenkeeper.io/pelias/api.svg)](https://greenkeeper.io/)
--->

2
test/ciao/autocomplete/sources_invalid.coffee

@ -24,7 +24,7 @@ json.features.should.be.instanceof Array
#? expected errors
should.exist json.geocoding.errors
json.geocoding.errors.should.eql [ '\'notasource\' is an invalid sources parameter. Valid options: osm,oa,gn,wof,openstreetmap,openaddresses,geonames,whosonfirst' ]
json.geocoding.errors.should.eql [ '\'notasource\' is an invalid sources parameter. Valid options: osm,oa,gn,gnm,wof,openstreetmap,openaddresses,geonames,geonamesmil,whosonfirst' ]
#? expected warnings
should.not.exist json.geocoding.warnings

Loading…
Cancel
Save