Skip to content

Commit

Permalink
Merge pull request #35 from inaka/euen.33.modify_ignore_deps
Browse files Browse the repository at this point in the history
[Fix #33] modify IGNORE_DEPS
  • Loading branch information
Brujo Benavides committed Jan 19, 2016
2 parents e35e405 + a0d8ae5 commit 0314558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TEST_DEPS = katana mixer
SHELL_DEPS = sync

# Prevents erlang.mk from downloading katana's zipper dependency
IGNORE_DEPS = zipper
IGNORE_DEPS += zipper

dep_elvis_core = git https://github.com/inaka/elvis_core.git 0.2.6-alpha2
dep_katana = hex 0.2.19
Expand Down

0 comments on commit 0314558

Please sign in to comment.