Browse Source

fix Travis CI

Maxim Sokhatsky 11 years ago
parent
commit
cc67cee7ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      otp.mk

+ 1 - 1
otp.mk

@@ -14,7 +14,7 @@ $(PLT_NAME):
 	dialyzer -pa . -pa deps/*/ebin --build_plt --output_plt $(PLT_NAME) --apps $(APPS) || true
 dialyze: compile $(PLT_NAME)
 	dialyzer deps/*/ebin ebin --plt $(PLT_NAME) --no_native -Werror_handling -Wunderspecs -Wrace_conditions
-ct:
+ct: fetch-deps compile
 	rebar ct skip_deps=true verbose=1
 
 .PHONY: fetch-deps compile escript dialyze ct