Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
Test with lts-7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Apr 10, 2017
1 parent 8d76a9d commit 0bd21d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,24 @@ script:
matrix:
fast_finish: true
include:
- env: GHCVER=8.0.1
- env: GHCVER=8.0.2
addons:
apt:
sources:
- hvr-ghc
packages:
- ghc-8.0.1
- ghc-8.0.2
- libgmp-dev
compiler: ! ': # ghc-8.0.1'
- env: GHCVER=8.0.2 STACK_YAML=stack-ghc802.yaml
- env: GHCVER=8.0.1 STACK_YAML=stack-lts7.yaml
addons:
apt:
sources:
- hvr-ghc
packages:
- ghc-8.0.2
- ghc-8.0.1
- libgmp-dev
compiler: ! ': # ghc-8.0.2'
allow_failures:
- env: GHCVER=8.0.2 STACK_YAML=stack-ghc802.yaml
compiler: ! ': # ghc-8.0.1'
cache:
directories:
- ~/.stack
Expand Down
1 change: 0 additions & 1 deletion stack-ghc802.yaml → stack-lts7.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resolver: lts-7.16
compiler: ghc-8.0.2

packages:
- .
Expand Down

0 comments on commit 0bd21d0

Please sign in to comment.