mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Use stackage-update instead of cabal update
This commit is contained in:
parent
7762ee4688
commit
9afda43de2
@ -14,10 +14,10 @@ install:
|
||||
|
||||
# Install GHC and cabal-install
|
||||
- ./stack setup 7.10
|
||||
- ./stack --resolver nightly-2015-08-12 build cabal-install
|
||||
- ./stack --resolver ghc-7.10 build stackage-update
|
||||
|
||||
# Update the index
|
||||
- travis_retry ./stack exec cabal update
|
||||
- travis_retry ./stack exec stackage-update
|
||||
|
||||
script:
|
||||
- ./stack --resolver 7.10 exec ./stackage-curator check
|
||||
|
||||
Loading…
Reference in New Issue
Block a user