tools: more stack tweaks for travis

[ci skip]
This commit is contained in:
Simon Michael 2015-08-13 12:30:04 -07:00
parent e485962a70
commit 6420e83dc4

View File

@ -9,7 +9,7 @@ cache:
before_install:
- mkdir -p ~/.local/bin
- 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
install:
@ -17,7 +17,7 @@ install:
- stack build --only-snapshot
script:
- stack test
- stack build --test
# coveralls.io coverage reports
# after_script: