Travis CI is a tool for continuous integration of projects, which is very useful to know when the project is does not compile anymore (which frequently happens :-)).
I set the .travis.yml file on my fork, and it works well.
If you are interested, and in order to make it work on this repository, here the steps (it should take 5 minutes):
- @mpelleau should activate travis CI on this repository.
- Copy the .travis.yml in this repository.
- Remove the three first lines (about secure stuff), or set the encryption key on your account.
And it should work.
Travis CI is a tool for continuous integration of projects, which is very useful to know when the project is does not compile anymore (which frequently happens :-)).
I set the
.travis.ymlfile on my fork, and it works well.If you are interested, and in order to make it work on this repository, here the steps (it should take 5 minutes):
And it should work.