mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-18 07:01:55 +01:00
Try to overcome memory issues on Travis
This commit is contained in:
parent
8b27ad835a
commit
abe270c1ea
@ -25,7 +25,7 @@ install:
|
|||||||
- travis_retry cabal update
|
- travis_retry cabal update
|
||||||
- cabal install alex happy
|
- cabal install alex happy
|
||||||
- cabal install yesod-bin
|
- cabal install yesod-bin
|
||||||
- cabal install --only-dependencies
|
- cabal install --only-dependencies || cabal install --only-dependencies -j1
|
||||||
|
|
||||||
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
|
||||||
script:
|
script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user