Browse Source
Do not install Erlang, instead use what is on appveyor
pull/509/head
Luke Bakken
5 years ago
No known key found for this signature in database
GPG Key ID: D99DE30E43EAE440
1 changed files with
1 additions and
4 deletions
-
appveyor.yml
|
|
@ -1,9 +1,6 @@ |
|
|
|
install: |
|
|
|
- cinst rebar3 |
|
|
|
|
|
|
|
build: off |
|
|
|
|
|
|
|
test_script: |
|
|
|
- rebar3 eunit |
|
|
|
- escript rebar eunit |
|
|
|
|
|
|
|
deploy: false |