sergiotapia / magnetissimo

Web application that indexes all popular torrent sites, and saves it to the local database.
MIT License
3k stars 190 forks source link

add travis config #114

Closed skwerlman closed 5 years ago

skwerlman commented 6 years ago

Adding travis allows us to run tests on every pr and commit, helping to spot issues as they arise.

This PR adds a very basic CI config, which will run mix test on elixir 1.5 and 1.6.