removed hygiene from travis (#589)

* removed hygiene from travis

* revert testing mechanism

* remove changes to renderer.js
This commit is contained in:
Anthony Dresser
2018-01-30 14:26:55 -08:00
committed by GitHub
parent 234c2f7c9e
commit 642514fd94
5 changed files with 7 additions and 9 deletions

View File

@@ -29,9 +29,9 @@ export ELECTRON_ENABLE_LOGGING=1
if [[ "$OSTYPE" == "darwin"* ]]; then
cd $ROOT ; ulimit -n 4096 ; \
"$CODE" \
test/electron/index.js "$@"
node_modules/mocha/bin/_mocha "$@"
else
cd $ROOT ; \
"$CODE" \
test/electron/index.js "$@"
node_modules/mocha/bin/_mocha "$@"
fi