Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis: fix failing tests + update dependencies #335

Merged
merged 16 commits into from
Apr 5, 2017
Prev Previous commit
Next Next commit
Update possibly broken compute engine dependency
  • Loading branch information
Ace Nassri committed Apr 4, 2017
commit 59361b588933a4d63c57947d098bb93d137588b9
2 changes: 1 addition & 1 deletion computeengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"system-test": "cd ..; npm run t -- computeengine/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/compute": "0.5.0",
"@google-cloud/compute": "0.6.0",
"googleapis": "18.0.0",
"nodemailer": "2.7.0",
"nodemailer-smtp-transport": "2.7.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"devDependencies": {
"@google-cloud/bigquery": "0.7.0",
"@google-cloud/compute": "0.5.0",
"@google-cloud/compute": "0.6.0",
"@google-cloud/datastore": "0.7.0",
"@google-cloud/debug-agent": "0.10.2",
"@google-cloud/dns": "0.5.0",
Expand Down