This project is a small, simple vehicle to explore Git with GitHub and Travis for the Engineering Academy induction.
Instructions are in the training materials. In short:
- Create your own GitHub account with SSH keypair.
- Fork this project.
- Clone your own repository.
- Create a new IntelliJ Java project that uses the source code contained in the clone.
- Edit, commit, push to demonstrate GitHub.
- Enable and configure Travis.
- Edit, commit, push to demonstrate Travis and testing.
- Create a new repository
- Clone it
- SSH keys make it easier to push subsequently
- Create an IntelliJ project in that location
- Add an appropriate
.gitignore
file
- I used this IntelliJ template from https://www.gitignore.io
- Edit, commit, push.
I also enabled and tested Travis in another repository to make sure the tests worked. That configuration and effect is not reflected here, but is demonstrated in the training materials.