Description
Adding a .travis.yml would enable running builds/tests on travis-ci.org. Currently if you wish to use Travis for testing your changes, you have to manually add a .travis.yml to your branch. Having it committed to trunk would save us this extra step.
I currently have an example .travis.yml on my travis branch running unit tests for every commit and every pull request: https://travis-ci.org/dvoros/sqoop/builds
Later we could add the build status to the project readme as well, see: https://github.com/dvoros/sqoop/tree/travis
Also, an example of a pull request: https://github.com/dvoros/sqoop/pull/1
Attachments
Attachments
Issue Links
- links to