From 23008d4d622ff29c8c47fe47e5c804721295259b Mon Sep 17 00:00:00 2001 From: parroty Date: Thu, 5 Sep 2013 02:18:45 +0900 Subject: [PATCH] update mix.exs --- .gitignore | 1 + mix.exs | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 336fe68..c72074f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /deps erl_crash.dump *.ez +/tmp \ No newline at end of file diff --git a/mix.exs b/mix.exs index a5d4f27..031a873 100644 --- a/mix.exs +++ b/mix.exs @@ -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