Sfoglia il codice sorgente

Merge pull request #185 from tuncer/retest-upstream

Switch retest dep to upstream (dizzyd/retest.git)
pull/3/head
Dave Smith 11 anni fa
parent
commit
745b14ddf1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      rebar.config.script

+ 1
- 1
rebar.config.script Vedi File

@ -4,7 +4,7 @@
%% TODO: Change temporary retest fork back to dizzyd/retest after merge
%% ExtraDeps = [{retest, ".*", {git, "git://github.com/dizzyd/retest.git"}}],
ExtraDeps = [{retest, ".*",
{git, "git://github.com/tuncer/retest.git", "next"}}],
{git, "git://github.com/dizzyd/retest.git"}}],
case os:getenv("REBAR_EXTRA_DEPS") of
false ->

Caricamento…
Annulla
Salva