Travis setup - GarbageCollectorsReloaded/EmailValidation GitHub Wiki

Travis CI has been setup, to build and run the included unit tests, by nagylaszlo9423 (Nagy László) and Elminainos (Princz Ákos).

  1. We allowed Travis to access the repository.
  2. We created .travis.yml.
  3. We tried running the tests: The config file did not correctly name the solution file.
  4. We reviewed our config file and corrected a mistake.
  5. We committed the newly reviewed version.
  6. We created a new pull-request for our modification.
  7. Travis built the project without errors.
  8. We merged the pull-request.