Skip to content

Commit

Permalink
.travis.yml: dump dependency solver
Browse files Browse the repository at this point in the history
  • Loading branch information
himura committed Jan 29, 2015
1 parent 527bd81 commit 257af2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install:
- which cabal
- travis_retry cabal update
- cabal install happy
- "(cd twitter-types && cabal install --only-dependencies --enable-tests --dry-run -v3)"
- "(cd twitter-types && cabal install --only-dependencies --enable-tests)"
- "[ -n \"$USE_COVERALLS\" ] && travis_retry cabal install hpc-coveralls || true"
- ghc-pkg list
Expand Down

0 comments on commit 257af2c

Please sign in to comment.