Skip to content

Commit

Permalink
Discontinue node.js <= 0.9 support
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Giersch <[email protected]>
  • Loading branch information
gierschv committed Sep 22, 2014
1 parent 946d817 commit 394faf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: node_js
node_js:
- '0.7'
- '0.8'
- '0.9'
- '0.10'
- '0.11'
after_script: 'npm install coveralls && cat ./coverage/lcov.info | node_modules/.bin/coveralls'
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Rewrite part of the tests, README & documentation
* Add CONTRIBUTING guidelines
* Add `endpoint` parameter with preconfigured API endpoints.
* Discontinue node.js <= 0.9 support

## 1.0.2

Expand Down

0 comments on commit 394faf1

Please sign in to comment.