Skip to content

Commit

Permalink
Set MIX_ENV=test in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Dec 1, 2014
1 parent 47272e4 commit 49702fe
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 @@ -12,6 +12,7 @@ before_install:
- export PATH="$PATH:$PWD/vendor/elixir/bin"
- mix local.hex --force
- mix local.rebar
- export MIX_ENV="test"

script:
- mix deps.get
Expand Down

0 comments on commit 49702fe

Please sign in to comment.