Benchmark after cibuild succeeds

This commit is contained in:
Corey Johnson
2012-03-15 17:47:38 -07:00
parent f1003d1e3e
commit 2332592a78

View File

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