Skip to content

Commit

Permalink
add travis file for testing against nightly-2018-05-09
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed May 9, 2018
1 parent 5b96ae4 commit 507a2b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions stack-travis-nightly-2018-05-09.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
flags: {}
packages:
- '.'
extra-deps: []
resolver: nightly-2018-05-09
compiler: ghc-8.4.2
system-ghc: false
install-ghc: true
4 changes: 3 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 507a2b6

Please sign in to comment.