Skip to content

Commit

Permalink
update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Sep 4, 2013
1 parent 6a513da commit 23008d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
/deps
erl_crash.dump
*.ez
/tmp
8 changes: 7 additions & 1 deletion mix.exs
Expand Up @@ -5,7 +5,13 @@ defmodule CoverageSample.Mixfile do
[ app: :coverage_sample,
version: "0.0.1",
elixir: "~> 0.10.3-dev",
deps: deps ]
deps: deps,
env: [
coveralls_travis: [
test_coverage: [output: "ebin", tool: ExCoveralls, type: "travis"]
]
]
]
end

# Configuration for the OTP application
Expand Down

0 comments on commit 23008d4

Please sign in to comment.