Remove submodule handling from travis script

This commit is contained in:
Huw Campbell 2017-04-10 11:10:20 +10:00 committed by GitHub
parent da810e6f4e
commit a40d3c7e20

View File

@ -16,11 +16,7 @@ install:
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- travis_retry cabal update
- git submodule update --init
- cabal sandbox init
- CABAL_SOURCES=$(find lib -maxdepth 4 ! -path lib/\*/bin/\* ! -path lib/\*/lib/\* -name \*.cabal | xargs -L 1 dirname)
- for CABAL_SOURCE in $CABAL_SOURCES; do cabal sandbox add-source -- $CABAL_SOURCE; done
- cabal install --enable-tests --enable-benchmarks
notifications: