Skip to content

Commit

Permalink
Merge pull request #68 from cblanc/master
Browse files Browse the repository at this point in the history
Upgrade dependencies, drop node 0.x support
  • Loading branch information
cblanc authored Jun 21, 2016
2 parents a42ef74 + b7ab0f7 commit 9c9df61
Show file tree
Hide file tree
Showing 4 changed files with 836 additions and 1,044 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.4"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_script:
- POSTGRES_USER=postgres npm run setup_test_db
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Documentation can be found at [postcodes.io](http://postcodes.io)

Please make sure you have the following available:

- Node (>= v0.10) [(Instructions)](http://nodejs.org/)
- Node.js v4.x [(Instructions)](http://nodejs.org/)
- Postgres with PostGIS extension [(Instructions)](http://postgis.net/install)

We also have an end-to-end guide to install Postcodes.io on a fresh virtual machine [in the wiki](https://github.com/ideal-postcodes/postcodes.io/wiki/Server-Provisioning-&-Installation).
Expand Down Expand Up @@ -55,6 +55,8 @@ $ npm test

Any changes, including backwards incompatible changes will be listed here

*3.0.0* Drop support for node.js 0.10 and 0.12

*2.0.1* Expanded accept headers and HTTP methods in CORS preflight requests
*2.0.0* Updated dataset to February 2016

Expand Down
Loading

0 comments on commit 9c9df61

Please sign in to comment.