Update Electron to 0.37.7

This commit is contained in:
Yuya Ochiai
2016-04-27 22:16:12 +09:00
parent 28dc6ac0d9
commit 9fe9e52709
3 changed files with 5 additions and 4 deletions

View File

@@ -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