From 74f45df0ff15b8c8c0899d06f2693f0c519dad6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Biedrycki?= Date: Tue, 12 May 2015 11:52:24 +0100 Subject: [PATCH] Check erlang installations on travis --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5902d0a..adb2166 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ dialyze: @dialyzer $(DIALYZER_OPTS) -r ebin dialyzer-travis: + kerl list installations @dialyzer --plt plts/travis-erlang-$(TRAVIS_OTP_RELEASE).plt $(DIALYZER_OPTS) -r ebin start: