Skip to content

Commit

Permalink
update appveyor script to install erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
bmjjr committed May 7, 2019
1 parent b51840e commit d164438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -90,6 +90,8 @@ install:
# download and install redis for windows
- cmd: cd c:\ && mkdir c:\redis-3.2.100
- ps: D:\host\transistor\appveyor\redis.ps1
# install erlang
- ps: choco install erlang
# install rabbitmq
- ps: D:\host\transistor\appveyor\rabbitmq.ps1
# Load the conda root environment, configure and install packages
Expand Down

0 comments on commit d164438

Please sign in to comment.