human-readable-duration/.travis.yml
Yann Esposito (Yogsototh) 66b5c23400
travis and doc
2016-05-07 00:32:11 +02:00

20 lines
473 B
YAML

sudo: false
addons:
apt:
packages:
- libgmp-dev
# Caching so the next build will be fast too.
cache:
directories:
- $HOME/.stack
before_install:
# Download and unpack the stack executable
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
script:
- stack setup && stack --no-terminal --skip-ghc-check test