InfoQにCIについての記事があった。

Where To Now with Build Automation?

英語だけど読みやすい。タイトルはどう訳すべきがわからんが、「いまビルド自動化はどこへ行こうとしているのか?」ぐらいな感じか。

そんなに具体的なことは書いてないけどCIについてのいい説明だと思う。ビルドの通知はメールだけじゃなくてIMとかTwitterもいいんじゃないかとか、FindBugsとか使ってコード品質をみたりするといいとか、で、何よりもチームのコミュニケーションが良くなるよーとか書いてあります(たぶん)。

さすがにこれは↓ちょっといいすぎな気もするがw

To put it another way, not using Continuous Integration is like developing software using Notepad, it's possible but it's horribly inefficient.

結論の部分↓がいいまとめだと思う。

These are just a few ways that a modern Continuous Integration environment can help you hone your development process and empower your team. Much more than just a build scheduler, a Continuous Integration environment can be used to open up communication channels within your team, to help you keep your build process running smoothly and efficiently, to help you monitor code quality, and to automate the release and deployment process.

超訳すると、

CI環境はあなたが開発プロセスを磨くのに役立つでしょう。CI環境は単なるビルドスケジューラというだけでなく、あなたのチームのコミュニケーションチャネルを開くのにも使えるし、ビルドプロセスをスムーズかつ効率的に走らせるのにも役立ち、コードの品質をモニターするのにも役立ち、リリースとデプロイのプロセスを自動化します。

ぐらいなかんじ。