From fe1ec6812c7ff88b205610b2973edc955c4594f0 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Fri, 2 Aug 2019 12:05:50 -0700 Subject: [PATCH] Do not install Erlang, instead use what is on appveyor --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e78aed2..d6c2bdd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,6 @@ -install: - - cinst rebar3 - build: off test_script: - - rebar3 eunit + - escript rebar eunit deploy: false