X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=d2cfa2e6f409cbfb033dbb58889893066a3db023;hb=refs%2Fheads%2Ftravis-cabal;hp=f8a1799eafd18b0e5f798dbacb00b287622f3d55;hpb=b0e4c4b015fc173519f3019503d172803aad246a;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index f8a1799..d2cfa2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ addons: apt: packages: - npm - - hoogle before_install: - printenv @@ -37,7 +36,8 @@ before_install: - git submodule init - git submodule sync - git submodule update --init - - stack --no-terminal install + - stack --no-terminal --skip-ghc-check -j2 install --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml + - stack exec hoogle generate - cd $TRAVIS_BUILD_DIR - hie --version # - git submodule init @@ -50,6 +50,5 @@ before_install: - npm i -g javascript-typescript-langserver script: - - hoogle generate - # - cabal configure --enable-tests --enable-coverage - # - cabal test --show-details=streaming + - cabal configure --enable-tests + - cabal test --show-details=streaming