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

View File

@@ -21,9 +21,9 @@ build:
# prepare environment for tests
#- sudo apt-get update -qq
# install stack
- curl -sSL https://get.haskellstack.org/ | sh
- stack upgrade
- stack --version
#- curl -sSL https://get.haskellstack.org/ | sh
#- stack upgrade
#- stack --version
# install elixir
#- 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