Fix CI tests (#452)

- Fix lint warning.
- Set the correct electron version in `appveyor.yml`

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-06-06 18:12:38 -04:00
parent dd6182ceb3
commit 052bb00be9
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ environment:
ELECTRON_NO_ATTACH_CONSOLE: true ELECTRON_NO_ATTACH_CONSOLE: true
npm_config_disturl: https://atom.io/download/atom-shell npm_config_disturl: https://atom.io/download/atom-shell
npm_config_runtime: electron npm_config_runtime: electron
npm_config_target: 0.37.6 npm_config_target: 1.1.1
npm_config_arch: x64 npm_config_arch: x64
matrix: matrix:
- nodejs_version: 6.1.0 - nodejs_version: 6.1.0

View File

@ -17,7 +17,6 @@
'use strict'; 'use strict';
const electron = require('electron'); const electron = require('electron');
const os = require('os');
/** /**
* @summary OsOpenExternal directive * @summary OsOpenExternal directive