Merge branch 'mb-as-tweak-circle-screensaver-fix' into mb-as-guard-tab-length

This commit is contained in:
Max Brunsfeld
2016-09-29 13:40:19 -07:00

View File

@@ -7,9 +7,6 @@ machine:
xcode:
version: 7.3
post:
- osascript -e 'tell application "System Events" to keystroke "x"' # clear screen saver
general:
artifacts:
- out/atom-mac.zip
@@ -36,6 +33,7 @@ dependencies:
test:
override:
- script/lint
- osascript -e 'tell application "System Events" to keystroke "x"' # clear screen saver
- caffeinate -s script/test # Run with caffeinate to prevent screen saver
experimental: