From 6b3721be01a5220bcea41540342054f1856f0a21 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Thu, 30 Apr 2020 21:14:42 +0800 Subject: [PATCH] .travis.yml: use newest download link for Stack --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 539b5b54..ca4e7a47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ matrix: # Download and unpack the stack executable - export PATH=$HOME/.local/bin:$PATH - mkdir -p ~/.local/bin - - curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' + - curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # Upgrades to avoid later build problems - pip install -U pip @@ -116,7 +116,7 @@ matrix: # Download and unpack the stack executable - export PATH=$HOME/.local/bin:$PATH - mkdir -p ~/.local/bin - - curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' + - curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # Upgrades to avoid later build problems - pip install -U pip @@ -192,7 +192,7 @@ matrix: # Download and unpack the stack executable - export PATH=$HOME/.local/bin:$PATH - mkdir -p ~/.local/bin - - curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' + - curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # Upgrades to avoid later build problems - pip install -U pip @@ -268,7 +268,7 @@ matrix: # Download and unpack the stack executable - export PATH=$HOME/.local/bin:$PATH - mkdir -p ~/.local/bin - - curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' + - curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # Upgrades to avoid later build problems - pip install -U pip @@ -344,7 +344,7 @@ matrix: # Download and unpack the stack executable - export PATH=$HOME/.local/bin:$PATH - mkdir -p ~/.local/bin - - curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' + - curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # Upgrades to avoid later build problems - pip install -U pip