Merge pull request #10126 from electron/fix-travis
Fix No module named google_compute_engine error
This commit is contained in:
commit
fa8d12cb66
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ git:
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- export BOTO_CONFIG=/dev/null
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
|
|
Loading…
Reference in a new issue