Merge pull request #31 from electron/fix-ci

Fix failing CI
This commit is contained in:
Shelley Vohr 2018-04-16 09:35:12 -04:00 committed by GitHub
commit 59527165ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,13 +3,13 @@ notifications:
language: node_js language: node_js
node_js: node_js:
- "6" - "9.7.0"
os: os:
- linux - linux
- osx - osx
env: env:
- TARGET_ARCH=x64 - TARGET_ARCH=x64
osx_image: xcode7.3 osx_image: xcode9.3
script: './script/cibuild' script: './script/cibuild'

View file

@ -2,7 +2,7 @@ version: "{build}"
clone_depth: 10 clone_depth: 10
os: Visual Studio 2015 os: Visual Studio 2017
init: init:
- git config --global core.autocrlf input - git config --global core.autocrlf input
@ -11,7 +11,7 @@ platform:
- x64 - x64
install: install:
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH% - cmd: SET PATH=C:\Program Files (x86)\MSBuild\15.0\bin\;%PATH%
- cmd: SET PATH=C:\python27;%PATH% - cmd: SET PATH=C:\python27;%PATH%
- cmd: bash script/cibuild - cmd: bash script/cibuild