From d7af2ecdfef8d09b9147fdbbbfeebf57c01105f0 Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Sat, 31 Oct 2015 23:23:30 +0100 Subject: [PATCH] Fix eunit typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c870a45..3ef392a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ otp_release: - R16B01 - R16B - R15B02 -script: "./rebar3 update && ./rebar3 compile && ./rebar3 unit" +script: "./rebar3 update && ./rebar3 compile && ./rebar3 eunit" branches: only: - master