Install the dependencies for all packages
This commit is contained in:
parent
8cfcb3894a
commit
6fd7c099a5
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ before_install:
|
|||
|
||||
install:
|
||||
- travis_retry cabal update
|
||||
- cabal install --only-dependencies --enable-tests
|
||||
# Install the combined dependencies for this package and all other packages
|
||||
# needed to reduce conflicts.
|
||||
- cabal install --only-dependencies --enable-tests . hpc-coveralls
|
||||
- cabal install hpc-coveralls
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue