Closed skwerlman closed 5 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.
mix test
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.