Merge pull request #100 from mattaudesse/fix-travis-yaml-ghcver-envvars

Update `$GHCVER` environment variables in .travis.yml
This commit is contained in:
Chris Allen 2018-08-01 16:29:46 -05:00 committed by GitHub
commit 434f81ed41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ addons:
postgresql: "9.6"
env:
- GHCVER=7.10
- GHCVER=8.0
- GHCVER=8.2
- GHCVER=8.4
install:
- export STACK_YAML=stack-$GHCVER.yaml