Skip to content

Commit 1bb56fe

Browse files
Ace NassriNimJay
authored andcommitted
Travis: fix failing tests + update dependencies (#335)
* Make unify script recursive + clean up dependency conflicts * Restore travis.yml * Delete outdated text detection sample that duplicates detect.js * Fix failing KMS + vision tests by updating dependencies * Fix video tests using a bad cwd * Upgrade monitoring dependency + skip flaky monitoring tests * Fix DLP tests having wrong cwd * Fix failing vision test * Fix datastore tests * Update broken dependency * Update possibly broken compute engine dependency * Fix typos * Disable Node 4 testing * Revert deletion of outdated sample - @gguuss says we still use this. This reverts commit b7259c8. * Update dependency
1 parent 7cac33f commit 1bb56fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-language/snippets/slackbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "demo_bot.js",
99
"dependencies": {
1010
"botkit": "0.0.5",
11-
"@google-cloud/language": "0.7.0",
11+
"@google-cloud/language": "0.8.0",
1212
"sqlite3": "3.1.8"
1313
},
1414
"scripts": {

0 commit comments

Comments
 (0)