mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Update .travis.yml (use stack update)
This commit is contained in:
parent
af9d57de64
commit
b9e32ffa20
@ -27,10 +27,9 @@ install:
|
||||
|
||||
# Install GHC and cabal-install
|
||||
- stack setup $GHCVER
|
||||
- stack --resolver ghc-$GHCVER build stackage-update
|
||||
|
||||
# Update the index
|
||||
- travis_retry stack --resolver ghc-$GHCVER exec stackage-update
|
||||
- travis_retry stack update
|
||||
|
||||
script:
|
||||
- stack --resolver ghc-$GHCVER exec stackage-curator check
|
||||
|
||||
Loading…
Reference in New Issue
Block a user