mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
removed hygiene from travis (#589)
* removed hygiene from travis * revert testing mechanism * remove changes to renderer.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user