This is a testing ground for building a Travis CI test.
Always start with a README to keep track of the project and let your team know what you are doing.
Find a project to use as a testing example. (I choose GROK patterns)
https://fabianlee.org/2016/05/25/logstash-testing-logstash-grok-patterns-locally-on-linux/
Build the repo to store the files.
Flick the repository switch on in the Travis CI UI
Add .travis.yml file to your repository
Add a Rakefile for Ruby testing (becuase the tool I choose to test with is Ruby)
- The testing/build environment language doesn't need to be the project language.