Try to fix travis build with node 0.12
This commit is contained in:
parent
28db68a2e0
commit
93908ed934
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ cache:
|
|||
- $(npm config get prefix)/bin/electron-prebuilt
|
||||
|
||||
before_script:
|
||||
- npm install electron-prebuilt -g
|
||||
- npm install electron-prebuilt@0.35.4 -g
|
||||
- npm install grunt-cli -g
|
||||
|
||||
after_failure:
|
||||
|
|
Loading…
Reference in a new issue