前書いた記事。 Circle CIでテストにかかる時間を短縮 w/ Jenkins http://qiita.com/tachiba@github/items/73a7052ff9316f1eb1ca 冷静に考えたらJenkinsいらないじゃんって気づいた。 -- circle.yml machine: ruby: version: 2.0.0-p195 deployment: staging: branch: develop commands: - bundle exec cap staging deploy:setup - bundle exec cap staging deploy production: branch: master commands: - bundle exec cap production deploy:setup - bundle exec cap produ