Merge remote-tracking branch 'origin/master' into config

This commit is contained in:
Corey Johnson
2012-12-27 10:38:24 -08:00
34 changed files with 476 additions and 150 deletions

View File

@@ -10,6 +10,6 @@ system 'ssh',
'-o', 'StrictHostKeyChecking=no',
'-p', '6000',
'atom.githubapp.com',
"cd /Users/atom/code/atom && git fetch -q origin && git reset -q --hard #{sha} && rake test"
"rm -rf ~/.atom && cd /Users/atom/code/atom && git fetch -q origin && git reset -q --hard #{sha} && rake test"
exit $?.exitstatus