X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=1a67741b03e31235ece1d764f5642542d3801081;hb=67891d5809ffe1912d4f68a9d7bcfd5e74a3dd56;hp=bb1cd2cd206fef916fbdd89ac88cb3eeb610ceec;hpb=1e6ddec86c84d44fa756430c803f2be9ebf8baa9;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index bb1cd2c..1a67741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_install: - git submodule sync - git submodule update --init - stack --no-terminal --skip-ghc-check -j2 install --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml - - stack exec hoogle generate + - stack exec hoogle generate --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml - cd $TRAVIS_BUILD_DIR - hie --version # - git submodule init @@ -49,7 +49,6 @@ before_install: - npm update - npm i -g javascript-typescript-langserver -script: - - stack test --no-terminal --skip-ghc-check -j2 +# script: # - cabal configure --enable-tests # - cabal test --show-details=streaming