ecto_fixtures
ecto_fixtures copied to clipboard
Upgrade Ecto
This PR Upgrades Ecto to a more recent version, allowing compatibility with an incoming DockYard API PR. Merging this PR into master would allow the previously mentioned PR to use this library without directly referencing the branch in in its dependency declaration. To accomplish this, a few mix.exs lines were updated, a forgotten field declaration had to be added, and the TravisCI Elixir version had to be updated to 1.5.1. This PR is currently a blocker for https://github.com/DockYard/dockyard-api/pull/232.