Fix stack installation in OSX using a previous release (#239)

pull/240/head
Gustavo Grieco 5 years ago committed by GitHub
parent 9191187f39
commit e9dfdb1a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis/install-stack.sh

@ -10,7 +10,7 @@ travis_retry() {
}
fetch_stack_osx() {
curl -skL https://www.stackage.org/stack/osx-x86_64 | tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin;
curl -skL https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-osx-x86_64.tar.gz | tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin;
}
fetch_stack_linux() {

Loading…
Cancel
Save