package-sets/.travis.yml

21 lines
496 B
YAML
Raw Normal View History

2016-09-24 22:01:53 +00:00
language: c
dist: trusty
sudo: required
2016-09-24 21:52:55 +00:00
# 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 build purescript --copy-bins
- stack build
- stack exec verify-package-set