X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.travis.yml;h=73b5bafda7c5b2a49a828c4279d076cf31184bb0;hb=refs%2Fheads%2Ftravis-investigation;hp=7180006f543fe2e35db4cc49a3f8656859ddcad5;hpb=b613d081a9df93cfc4b76e50f6d8258499929963;p=lsp-test.git diff --git a/.travis.yml b/.travis.yml index 7180006..73b5baf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,15 +33,13 @@ 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 +# script: +# - cabal new-configure +# - cabal new-test -j1 -O2