Skip to content

Commit

Permalink
Travis: remove Node.js 0.6 and 0.8 support.
Browse files Browse the repository at this point in the history
Some of dependent modules for testing dropped the support of these
versions.
  • Loading branch information
kadishmal committed Feb 24, 2015
1 parent 39fd509 commit d0a64ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: node_js
node_js:
# Quote the version number as Travis will interpret 0.10 as 0.1 unless quoted.
- "0.10"
- "0.8"
- "0.6"

env:
- CUBRID_VERSION=9.1.0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fix #15: When closing a query, if connection is reset, consider the request was successful.
- Fix: mark the connection as closed only after closing the connection.
- Doc: add Table of Contents to README documentation.
- Travis: remove Node.js 0.6 and 0.8 support. Some of dependent modules for testing dropped the support of these versions.

## Version 2.2.1 (Feb 1, 2015)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ Here is an example.

Remember that the `callback` is optional in which case you should listen for events.

Alternatively, for backward compatibility we still support `addQeury()` and `addNonQuery()` functions which we introduced in version 2.0.0.
Alternatively, for backward compatibility we still support `addQuery()` and `addNonQuery()` functions which we introduced in version 2.0.0.

var SQL_1 = "SELECT COUNT(*) FROM [code]";
var SQL_2 = "SELECT * FROM [code] WHERE s_name = 'X'";
Expand Down

0 comments on commit d0a64ac

Please sign in to comment.