From 88a5dcada71d48fce521e4a438d4e01d1f123884 Mon Sep 17 00:00:00 2001 From: Alexander Dergachev Date: Sun, 14 Sep 2014 22:22:29 +0200 Subject: [PATCH] Fix build in Travis CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b18c8d8..b52b363 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ clean-docs: deps/jiffy: @$(REBAR) -C rebar.tests.config get-deps - cd deps/jiffy && $(REBAR) compile + cd deps/jiffy && make submodules: git submodule update --init