Skip to content

Commit 10fab88

Browse files
committed
2 parents 560975a + 5dcaf0a commit 10fab88

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: node_js
2+
sudo: false # causes tests to be run in Travis CI's newer, faster build infrastructure
23
node_js:
34
- "0.10"
5+
- "0.12"
6+
- "stable"
47
script:
58
- npm test
69
after_success:
7-
- npm run coveralls
10+
- npm run coveralls

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ language_translation.translate({
252252
console.log(JSON.stringify(translation, null, 2));
253253
});
254254

255-
language_identification.identify({
255+
language_translation.identify({
256256
text: 'The language translation service takes text input and identifies the language used.' },
257257
function (err, language) {
258258
if (err)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "watson-developer-cloud",
3-
"version": "0.9.30",
3+
"version": "0.10.0",
44
"description": "Nodejs Client Wrapper to use the IBM Watson and Services",
55
"main": "./lib/index",
66
"repository": {

0 commit comments

Comments
 (0)