commit 507a2b6237f8ef417e12668816b5feec24286675 parent 5b96ae405e27bdee1cd2ab10209e3861fcebc212 Author: Marco Zocca <marco.zocca@recordunion.com> Date: Wed, 9 May 2018 14:20:30 +0200 add travis file for testing against nightly-2018-05-09 Diffstat:
M | .travis.yml | | | 1 | + |
A | stack-travis-nightly-2018-05-09.yaml | | | 9 | +++++++++ |
M | stack.yaml | | | 4 | +++- |
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -8,6 +8,7 @@ addons: env: STACK_YAML: stack-travis.yaml + STACK_YAML: stack-travis-nightly-2018-05-09.yaml before_install: - mkdir -p ~/.local/bin diff --git a/stack-travis-nightly-2018-05-09.yaml b/stack-travis-nightly-2018-05-09.yaml @@ -0,0 +1,8 @@ +flags: {} +packages: +- '.' +extra-deps: [] +resolver: nightly-2018-05-09 +compiler: ghc-8.4.2 +system-ghc: false +install-ghc: true +\ No newline at end of file diff --git a/stack.yaml b/stack.yaml @@ -2,5 +2,7 @@ flags: {} packages: - '.' extra-deps: [] -resolver: lts-8.13 +# resolver: lts-8.13 +# resolver: lts-11.8 +resolver: nightly-2018-05-09