The initial FizzBuzz game is taken with permission from @ynzc's excellent Unit-/UITesting Tutorial. FizzBuzz is a great example for a project that implements testing so it'll further benefit from having Continuous Integration execute those tests.
The initial project was/is going to be 😎 CI'ed 😎
Continuous Integration features include:
- Automated Builds with Travis CI 👷
- Automated Testing (Unit and UI) with Travis CI 👷
- Code Coverage metrics by Coveralls.io 💂♂️ through Travis CI 👷
- Partially done through Fastlane Tools 🇦🇹
... more to come