Update Electron to 0.37.7
This commit is contained in:
@@ -5,7 +5,7 @@ machine:
|
||||
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
|
||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20
|
||||
node:
|
||||
version: 5.1.0
|
||||
version: 5.10.0
|
||||
services:
|
||||
- docker
|
||||
|
||||
@@ -15,7 +15,8 @@ dependencies:
|
||||
- "src/node_modules"
|
||||
- "~/docker_cache"
|
||||
pre:
|
||||
- npm install -g npm@3.3.12
|
||||
- npm -v
|
||||
- npm install -g npm@3.8.3
|
||||
post:
|
||||
- ./docker/circle_docker_build.sh
|
||||
- mkdir -p ~/.electron
|
||||
|
Reference in New Issue
Block a user