Use the scoreboard
February 23, 2018 ยท View on GitHub
If you correct your GitHub you can use the scoreboard.
- Fork the Correct C++ original scoreboard
- Replace the username
richelbilderbeekby your own
If you know how this course works, this is easy:
- Forking the Correct C++ original scoreboard is described in fork a chapter
- Then clone your fork
- In the
README.md, replace the usernamerichelbilderbeekby your own - Push your code
Problems
Grey build statuses

Grey build statuses mean that either:
- the repository is not activated
- no builds for this repository
Click on the grey build status to
The repository is not active

To acticate Travis CI, go to https://travis-ci.org/, sign in using your GitHub, click on 'Accounts'

Activate your repository by clicking the slider.
No builds for this repository

The repository has not received pushes after activation.
Modify your fork (e.g. add an enter somewhere) and push you code again.