remove haskell stack installation in shippable ci (#7481)

This commit is contained in:
William Cheng 2020-09-23 11:49:03 +08:00 committed by GitHub
parent 8c78f13a41
commit d2aabc5f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,9 @@ build:
# prepare environment for tests # prepare environment for tests
#- sudo apt-get update -qq #- sudo apt-get update -qq
# install stack # install stack
- curl -sSL https://get.haskellstack.org/ | sh #- curl -sSL https://get.haskellstack.org/ | sh
- stack upgrade #- stack upgrade
- stack --version #- stack --version
# install elixir # install elixir
#- sudo apt-get install erlang #- sudo apt-get install erlang
- wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb - wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb