File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11language : node_js
2+ sudo : false # causes tests to be run in Travis CI's newer, faster build infrastructure
23node_js :
34 - " 0.10"
5+ - " 0.12"
6+ - " stable"
47script :
58 - npm test
69after_success :
7- - npm run coveralls
10+ - npm run coveralls
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments