Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Feb 3, 2020
1 parent 8691719 commit d7e5e20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ script:
set +ex
matrix:
include:
- env: BUILD=cabal GHCVER=8.6.5 CABALVER=2.4 HAPPYVER=1.19.5 ALEXVER=3.1.7
addons:
apt:
sources:
- hvr-ghc
packages:
- cabal-install-2.4
- ghc-8.6.5
- happy-1.19.5
- alex-3.1.7
compiler: ': #GHC 8.6.5'
- env: BUILD=cabal GHCVER=head CABALVER=head HAPPYVER=1.19.5 ALEXVER=3.1.7
addons:
apt:
Expand All @@ -61,12 +50,6 @@ matrix:
packages:
- libgmp-dev
compiler: ': #stack default'
- env: BUILD=stack ARGS="--resolver lts-13"
addons:
apt:
packages:
- libgmp-dev
compiler: ': #stack 8.6.5'
- env: BUILD=stack ARGS="--resolver nightly"
addons:
apt:
Expand All @@ -76,9 +59,6 @@ matrix:
- env: BUILD=stack ARGS=""
os: osx
compiler: ': #stack default osx'
- env: BUILD=stack ARGS="--resolver lts-13"
os: osx
compiler: ': #stack 8.6.5 osx'
- env: BUILD=stack ARGS="--resolver nightly"
os: osx
compiler: ': #stack nightly osx'
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: BSD3
author: "Justin Le"
maintainer: "justin@jle.im"
copyright: "(c) Justin Le 2018"
tested-with: GHC >= 8.6
tested-with: GHC >= 8.8

extra-source-files:
- README.md
Expand Down

0 comments on commit d7e5e20

Please sign in to comment.