add meck to deps for travis-ci
This commit is contained in:
parent
6a86513b84
commit
c4b468f20a
2 changed files with 13 additions and 6 deletions
17
rebar.config
17
rebar.config
|
@ -29,8 +29,15 @@
|
|||
|
||||
{cover_enabled, true}.
|
||||
|
||||
{deps, [{
|
||||
'nicedecimal',
|
||||
".*",
|
||||
{git, "git://github.com/talentdeficit/nicedecimal.git"}
|
||||
}]}.
|
||||
{deps, [
|
||||
{
|
||||
'nicedecimal',
|
||||
".*",
|
||||
{git, "git://github.com/talentdeficit/nicedecimal.git"}
|
||||
},
|
||||
{
|
||||
'meck',
|
||||
".*",
|
||||
{git, "git://github.com/eproxus/meck.git"}
|
||||
}
|
||||
]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue