Skip to content

Commit db5a0f9

Browse files
committed
fixing typo
1 parent 277c4c4 commit db5a0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
include:
3131
- compiler: "ghc-8.6.2"
3232
env: TESTTARGETS="vector:vector-tests-O0" # https://ghc.haskell.org/trac/ghc/ticket/13535
33-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], sources: [hvr-ghc]}}
33+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.6.2], sources: [hvr-ghc]}}
3434
- compiler: "ghc-8.4.3"
3535
env: TESTTARGETS="vector:vector-tests-O0" # https://ghc.haskell.org/trac/ghc/ticket/13535
3636
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}

0 commit comments

Comments
 (0)