Travis CI
I set up my first Travis build last night and I cannot get over how simple it was. You can do it too, with any public GitHub repository, you just have to…
- Enable your repository on the Travis CI site,
- Add the .travis.yml build configuration to the repository - here's mine,
- …?
There is no step three, your project is already building!