Fight the screen saver on CircleCI

This commit is contained in:
Nathan Sobo
2016-08-13 13:13:07 -06:00
parent 052ce394fe
commit 445ddb247d

View File

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