Skip to content

Commit

Permalink
obviously the .env file doesnt exist on Travis-CI #87 https://travis-…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jul 24, 2020
1 parent b60522a commit 1762d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
env:
- MIX_ENV=test
before_script:
- echo "export MIX_ENV=test" > .env
- mix ecto.setup
script:
- mix do deps.get, coveralls.json
Expand Down

0 comments on commit 1762d43

Please sign in to comment.