Skip to content

Commit

Permalink
(travis.yml) Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Mar 8, 2018
1 parent dd508ba commit 17dd2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ matrix:
compiler: ": #GHC 8.2.2"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.4.1
compiler: ": #GHC 8.2.2"
compiler: ": #GHC 8.4.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.4.1], sources: [hvr-ghc]}}

before_install:
Expand Down

0 comments on commit 17dd2c1

Please sign in to comment.