hakyll/.travis.yml

21 lines
525 B
YAML
Raw Normal View History

language: haskell
2016-04-06 13:37:57 +00:00
ghc: '7.10'
2016-06-02 21:49:50 +00:00
branches:
only:
- master
cache:
directories:
- $HOME/.stack
before_install:
- echo "override before_install"
install:
- wget https://github.com/commercialhaskell/stack/releases/download/v1.0.0/stack-1.0.0-linux-x86_64.tar.gz -O stack.gz
- tar xvf stack.gz
- chmod +x stack-1.0.0-linux-x86_64/stack
- stack-1.0.0-linux-x86_64/stack setup
- stack-1.0.0-linux-x86_64/stack build
before_script:
- echo "override before_script"
script:
- stack-1.0.0-linux-x86_64/stack test