mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
.travis.yml: use newest download link for Stack
This commit is contained in:
parent
e5ca9a44c9
commit
6b3721be01
10
.travis.yml
10
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user