Skip to content

Commit

Permalink
travis: install transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jan 2, 2015
1 parent 4a9c4e5 commit c92cb6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
- cabal --version

# needed for older GHCs for transformers
- cabal update
- cabal install --only-dependencies

install:
- travis_retry cabal update

Expand Down

0 comments on commit c92cb6d

Please sign in to comment.