mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-09 01:27:29 +01:00
Don't use wildcards
This commit is contained in:
parent
e2f4c0c30a
commit
1e5614ca59
@ -23,7 +23,7 @@ before_install:
|
|||||||
# Download and unpack the stack executable
|
# Download and unpack the stack executable
|
||||||
- mkdir -p ~/.local/bin
|
- mkdir -p ~/.local/bin
|
||||||
- export PATH=$HOME/.local/bin:$PATH
|
- export PATH=$HOME/.local/bin:$PATH
|
||||||
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.6.0/stack-0.1.6.0-linux-x86_64.tar.gz | tar xz --strip-components=1 -C ~/.local/bin '*/stack'
|
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.6.0/stack-0.1.6.0-linux-x86_64.tar.gz | tar xz --strip-components=1 -C ~/.local/bin stack-0.1.6.0-linux-x86_64/stack
|
||||||
|
|
||||||
# This line does all of the work: installs GHC if necessary, build the library,
|
# This line does all of the work: installs GHC if necessary, build the library,
|
||||||
# executables, and test suites, and runs the test suites. --no-terminal works
|
# executables, and test suites, and runs the test suites. --no-terminal works
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user