Browse Source

Do not install Erlang, instead use what is on appveyor

pull/509/head
Luke Bakken 5 years ago
parent
commit
fe1ec6812c
No known key found for this signature in database GPG Key ID: D99DE30E43EAE440
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      appveyor.yml

+ 1
- 4
appveyor.yml View File

@ -1,9 +1,6 @@
install:
- cinst rebar3
build: off build: off
test_script: test_script:
- rebar3 eunit
- escript rebar eunit
deploy: false deploy: false

Loading…
Cancel
Save