tools: more stack tweaks for travis
[ci skip]
This commit is contained in:
parent
e485962a70
commit
6420e83dc4
@ -9,7 +9,7 @@ cache:
|
|||||||
before_install:
|
before_install:
|
||||||
- mkdir -p ~/.local/bin
|
- mkdir -p ~/.local/bin
|
||||||
- export PATH=~/.local/bin:$PATH
|
- export PATH=~/.local/bin:$PATH
|
||||||
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.3.0/stack-0.1.3.0-x86_64-linux.gz | gunzip > ~/.local/bin/stack
|
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.3.1/stack-0.1.3.1-x86_64-linux.gz | gunzip > ~/.local/bin/stack
|
||||||
- chmod a+x ~/.local/bin/stack
|
- chmod a+x ~/.local/bin/stack
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@ -17,7 +17,7 @@ install:
|
|||||||
- stack build --only-snapshot
|
- stack build --only-snapshot
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- stack test
|
- stack build --test
|
||||||
|
|
||||||
# coveralls.io coverage reports
|
# coveralls.io coverage reports
|
||||||
# after_script:
|
# after_script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user