X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=2883617bd3186b42375d6f945a0ee2c0a37b400d;hb=6dd470a7b927038c40daecd0b040ba3b83ba7e57;hp=7180006f543fe2e35db4cc49a3f8656859ddcad5;hpb=b613d081a9df93cfc4b76e50f6d8258499929963;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 7180006..2883617 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,15 +33,15 @@ before_install: # - cabal new-update # - cabal new-configure # - cabal new-build - # - export PATH=$HOME/dist-newstyle/build/*/ghc-*/haskell-ide-engine-*/x/hie/build:$PATH + # - export PATH=$HOME/haskell-ide-engine/dist-newstyle/build/*/ghc-*/haskell-ide-engine-*/x/hie/build:$PATH - stack --no-terminal --skip-ghc-check install -j2 - stack exec hoogle generate - - cd .. + - cd $TRAVIS_BUILD_DIR - npm update - npm i -g javascript-typescript-langserver script: - pwd - ls -a - - cabal new-configure - - cabal new-test -O2 + - cabal configure --enable-tests + - cabal test -j2 --show-details=streaming